grub/include/grub/osdep
Andrey Borzenkov 94cee4a4c2 fix 32 bit compilation on MinGW-w64
Use _FILE_OFFSET_BITS macro to distinguish between native MinGW and
32 bit under MinGW-64. The latter does not require fseeko/ftello
redefinition which it already does in case of _FILE_OFFSET_BITS=64.
2014-01-07 18:44:51 +04:00
..
hostfile.h Move OS-dependent file definitions to include/grub/osdep/hostfile*.h. 2013-10-09 08:20:20 +02:00
hostfile_aros.h Make newly-created files other than grub.cfg world-readable. 2013-12-24 17:36:10 +01:00
hostfile_unix.h Make newly-created files other than grub.cfg world-readable. 2013-12-24 17:36:10 +01:00
hostfile_windows.h fix 32 bit compilation on MinGW-w64 2014-01-07 18:44:51 +04:00