Move set_program_name and init_nls to host_init. On windows
fix in this fuction console and argument charset as well.
This commit is contained in:
parent
4cd3c4fec7
commit
ae5540d3d4
24 changed files with 282 additions and 78 deletions
5
grub-core/osdep/init.c
Normal file
5
grub-core/osdep/init.c
Normal file
|
@ -0,0 +1,5 @@
|
|||
#if defined (__MINGW32__)
|
||||
#include "windows/init.c"
|
||||
#else
|
||||
#include "basic/init.c"
|
||||
#endif
|
Loading…
Add table
Add a link
Reference in a new issue