grub/grub-core/osdep/init.c

6 lines
89 B
C

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