]> git.proxmox.com Git - grub2.git/commit - ChangeLog
Allow compilation with mingw64 albeit with warnings due to lack of
authorVladimir 'phcoder' Serbinenko <phcoder@gmail.com>
Tue, 15 Oct 2013 16:03:19 +0000 (18:03 +0200)
committerVladimir 'phcoder' Serbinenko <phcoder@gmail.com>
Tue, 15 Oct 2013 16:03:19 +0000 (18:03 +0200)
commit4b4eeb3cc1d2c19480eb59aeb45659bbef8362c6
treecf24a8674c0a35da3f3e339fb0aebe99deddb803
parentf4e0adc0f9bf6a437952d05acc08c1bcae516226
Allow compilation with mingw64 albeit with warnings due to lack of
%llx/%llu.

* grub-core/gnulib/msvc-inval.c: Use __cdecl rather than cdecl.
* grub-core/lib/posix_wrap/wchar.h: Define wint_t.
* grub-core/lib/posix_wrap/wctype.h: Define wctype_t.
* include/grub/osdep/hostfile_windows.h: Don't define fseeko/ftello
on mingw64.
* include/grub/types.h: Allow sizeof (long) != sizeof (void *).
ChangeLog
grub-core/gnulib/msvc-inval.c
grub-core/lib/posix_wrap/wchar.h
grub-core/lib/posix_wrap/wctype.h
include/grub/osdep/hostfile_windows.h
include/grub/types.h