ae5540d3d4
fix in this fuction console and argument charset as well.
5 lines
89 B
C
5 lines
89 B
C
#if defined (__MINGW32__)
|
|
#include "windows/init.c"
|
|
#else
|
|
#include "basic/init.c"
|
|
#endif
|