Move CreateFile_utf8 function to a more logical place

This commit is contained in:
lvqcl
2018-08-25 10:23:39 +03:00
committed by Erik de Castro Lopo
parent cdb030cd37
commit edfbe3cf19
7 changed files with 36 additions and 50 deletions

View File

@@ -58,11 +58,6 @@ FLAC__bool grabbag__file_remove_file(const char *filename);
FILE *grabbag__file_get_binary_stdin(void);
FILE *grabbag__file_get_binary_stdout(void);
#if defined _WIN32 && !defined __CYGWIN__
#include <windows.h>
HANDLE WINAPI grabbag__CreateFile_utf8(const char *lpFileName, DWORD dwDesiredAccess, DWORD dwShareMode, LPSECURITY_ATTRIBUTES lpSecurityAttributes, DWORD dwCreationDisposition, DWORD dwFlagsAndAttributes, HANDLE hTemplateFile);
#endif
#ifdef __cplusplus
}
#endif