ncmdump/platform.h

7 lines
203 B
C
Raw Permalink Normal View History

2024-03-22 12:07:32 +08:00
# ifdef _WIN32
/*
* Win32-specific argv initialization that splits OS-supplied UNICODE
* command line string to array of UTF8-encoded strings.
*/
void win32_utf8argv(int *argc, char **argv[]);
# endif