#ifndef __IONATIVE_H__ #define __IONATIVE_H__ #ifdef _WIN32 #include "iowin32.h" #else #include "iostd.h" #endif #endif