mirror of
https://github.com/ondra-novak/gates_of_skeldal.git
synced 2025-07-07 07:00:35 -04:00
compiler complains that WinMain must be __stdcall
This commit is contained in:
parent
d13297e4f4
commit
e78b79bbd8
1 changed files with 1 additions and 1 deletions
|
@ -90,7 +90,7 @@ int main(int argc, char **argv) {
|
|||
|
||||
}
|
||||
|
||||
int WinMain(HINSTANCE,HINSTANCE ,LPSTR, INT) {
|
||||
int __stdcall WinMain(HINSTANCE,HINSTANCE ,LPSTR, INT) {
|
||||
|
||||
int argc;
|
||||
LPWSTR *szArglist = CommandLineToArgvW(GetCommandLineW(), &argc);
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue