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