init.c 89 Bytes
Newer Older
1 2 3 4 5
#if defined (__MINGW32__)
#include "windows/init.c"
#else
#include "basic/init.c"
#endif