6 lines
89 B
C
6 lines
89 B
C
|
#if defined (__MINGW32__)
|
||
|
#include "windows/init.c"
|
||
|
#else
|
||
|
#include "basic/init.c"
|
||
|
#endif
|