#ifndef __IONATIVE_H__ #define __IONATIVE_H__ #ifdef WIN32 #include "iowin32.c" #else #include "iostd.c" #endif #endif