Skip to content

Commit

Permalink
correct __wgetmainargs prototype
Browse files Browse the repository at this point in the history
git-svn-id: svn://scm.orgis.org/mpg123/trunk@5470 35dc7657-300d-0410-a2e5-dc2837fedb53
  • Loading branch information
jon_y committed Dec 29, 2024
1 parent 5da6d72 commit 936c178
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/win32_support.c
Original file line number Diff line number Diff line change
Expand Up @@ -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,
Expand Down

0 comments on commit 936c178

Please sign in to comment.