Workaround windows bug when querying EFI system partition parameters.

This commit is contained in:
Vladimir Serbinenko 2013-12-14 23:23:11 +01:00
parent 6a5fe1328b
commit 4bad23a15f
4 changed files with 87 additions and 17 deletions

View file

@ -27,4 +27,7 @@ grub_util_get_windows_path (const char *unix_path);
char *
grub_util_tchar_to_utf8 (LPCTSTR in);
TCHAR *
grub_get_mount_point (const TCHAR *path);
#endif