grub2/include/grub/osdep
Vladimir 'phcoder' Serbinenko 4b4eeb3cc1 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 *).
2013-10-15 18:03:19 +02:00
..
hostfile_aros.h Add wrappers around rename, unlink, mkdir, opendir, readdir and 2013-10-15 14:11:34 +02:00
hostfile_unix.h Add wrappers around rename, unlink, mkdir, opendir, readdir and 2013-10-15 14:11:34 +02:00
hostfile_windows.h Allow compilation with mingw64 albeit with warnings due to lack of 2013-10-15 18:03:19 +02:00
hostfile.h Move OS-dependent file definitions to include/grub/osdep/hostfile*.h. 2013-10-09 08:20:20 +02:00