diff --git a/src/win32_support.c b/src/win32_support.c index 58b9efe2..9e402cc5 100755 --- a/src/win32_support.c +++ b/src/win32_support.c @@ -11,7 +11,7 @@ typedef struct } _startupinfo; /* XP and later has an int return though */ -void __cdecl __declspec(dllimport) __wgetmainargs ( +int __cdecl __declspec(dllimport) __wgetmainargs ( int *_Argc, wchar_t ***_Argv, wchar_t ***_Env,