* 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
|
@ -1,3 +1,9 @@
|
|||
2013-10-14 Vladimir Serbinenko <phcoder@gmail.com>
|
||||
|
||||
* include/grub/osdep/hostfile_windows.h (grub_util_utf8_to_tchar): Add
|
||||
missing prototype.
|
||||
(grub_util_tchar_to_utf8): Likewise.
|
||||
|
||||
2013-10-14 Vladimir Serbinenko <phcoder@gmail.com>
|
||||
|
||||
* grub-core/Makefile.core.def: Add osdep/init.c on emu.
|
||||
|
|
|
@ -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…
Reference in a new issue