mirror of
https://github.com/taurusxin/ncmdump.git
synced 2025-07-13 21:12:10 +08:00
7 lines
203 B
C
7 lines
203 B
C
# 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 |