* include/grub/osdep/hostfile_windows.h: Add missing ftello for
mingw32.
This commit is contained in:
parent
df1e64c98e
commit
7b83ca449b
2 changed files with 6 additions and 0 deletions
|
@ -1,3 +1,8 @@
|
|||
2013-10-15 Vladimir Serbinenko <phcoder@gmail.com>
|
||||
|
||||
* include/grub/osdep/hostfile_windows.h: Add missing ftello for
|
||||
mingw32.
|
||||
|
||||
2013-10-15 Vladimir Serbinenko <phcoder@gmail.com>
|
||||
|
||||
Define grub_util_is_directory/regular/special_file and
|
||||
|
|
|
@ -67,6 +67,7 @@ enum grub_util_fd_open_flags_t
|
|||
#if defined (__MINGW32__) && !defined (__MINGW64__)
|
||||
|
||||
#define fseeko fseeko64
|
||||
#define ftello ftello64
|
||||
|
||||
#endif
|
||||
|
||||
|
|
Loading…
Reference in a new issue