grub/grub-core/osdep/init.c
Vladimir 'phcoder' Serbinenko ae5540d3d4 Move set_program_name and init_nls to host_init. On windows
fix in this fuction console and argument charset as well.
2013-10-13 20:03:42 +02:00

5 lines
89 B
C

#if defined (__MINGW32__)
#include "windows/init.c"
#else
#include "basic/init.c"
#endif