X-Git-Url: http://review.tizen.org/git/?a=blobdiff_plain;f=include%2Fshare%2Fwin_utf8_io.h;h=9e2cd4e4a587b44d413816eb5e355f8b7daac230;hb=52fab8ba7e2a728e884a06fa80f9e0a0d4938e05;hp=c0419b2a641f13ea31bcbb53587e1f646d9ff184;hpb=92db3c951eb9ccd7b327ce7af40e541e72b946ed;p=platform%2Fupstream%2Fflac.git diff --git a/include/share/win_utf8_io.h b/include/share/win_utf8_io.h index c0419b2..9e2cd4e 100644 --- a/include/share/win_utf8_io.h +++ b/include/share/win_utf8_io.h @@ -10,7 +10,7 @@ extern "C" { #include #include #include - +#include int get_utf8_argv(int *argc, char ***argv); @@ -28,6 +28,7 @@ int rename_utf8(const char *oldname, const char *newname); size_t strlen_utf8(const char *str); int win_get_console_width(void); int print_console(FILE *stream, const wchar_t *text, uint32_t len); +HANDLE WINAPI CreateFile_utf8(const char *lpFileName, DWORD dwDesiredAccess, DWORD dwShareMode, LPSECURITY_ATTRIBUTES lpSecurityAttributes, DWORD dwCreationDisposition, DWORD dwFlagsAndAttributes, HANDLE hTemplateFile); #ifdef __cplusplus } /* extern "C" */