* include/grub/osdep/hostfile_windows.h (grub_util_utf8_to_tchar): Add
missing prototype. (grub_util_tchar_to_utf8): Likewise.
This commit is contained in:
parent
21d85db12f
commit
84379b61d2
2 changed files with 11 additions and 0 deletions
|
@ -31,6 +31,11 @@ typedef HANDLE grub_util_fd_t;
|
|||
#define DEFAULT_DIRECTORY "C:\\"GRUB_BOOT_DIR_NAME"\\"GRUB_DIR_NAME
|
||||
#define DEFAULT_DEVICE_MAP DEFAULT_DIRECTORY "/device.map"
|
||||
|
||||
LPTSTR
|
||||
grub_util_utf8_to_tchar (const char *in);
|
||||
char *
|
||||
grub_util_tchar_to_utf8 (LPCTSTR in);
|
||||
|
||||
#ifdef __MINGW32__
|
||||
|
||||
int fsync (int fno);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue