mirror of
https://git.proxmox.com/git/grub2
synced 2025-05-19 13:40:16 +00:00
6 lines
89 B
C
6 lines
89 B
C
#if defined (__MINGW32__)
|
|
#include "windows/init.c"
|
|
#else
|
|
#include "basic/init.c"
|
|
#endif
|