]> git.ipfire.org Git - thirdparty/grub.git/commit
fix 32 bit compilation on MinGW-w64
authorAndrey Borzenkov <arvidjaar@gmail.com>
Tue, 7 Jan 2014 14:43:02 +0000 (18:43 +0400)
committerAndrey Borzenkov <arvidjaar@gmail.com>
Tue, 7 Jan 2014 14:44:51 +0000 (18:44 +0400)
commit94cee4a4c201bb506377b2c26e072eee8cb19d6f
tree59f36f60cf5b07e98926663e86ca3cb3b3ebdb90
parentc9e839e2caaf278491f99e7d181cf20dcf5f0b75
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.
ChangeLog
include/grub/osdep/hostfile_windows.h