Update wWinMain.cpp

This commit is contained in:
vxunderground 2021-11-12 12:39:40 -06:00 committed by GitHub
parent c3202c200a
commit e2857f4074
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23

View File

@ -3,9 +3,9 @@
#pragma comment(linker, "/subsystem:windows")
int APIENTRY wWinMain(_In_ HINSTANCE hInst,
_In_opt_ HINSTANCE hInstPrev,
_In_ PWSTR cmdline,
_In_ INT cmdshow)
_In_opt_ HINSTANCE hInstPrev,
_In_ PWSTR cmdline,
_In_ INT cmdshow)
{
DWORD dwError = ERROR_SUCCESS;
BOOL bFlag = FALSE;
@ -19,4 +19,4 @@ EXIT_ROUTINE:
dwError = GetLastError();
return dwError;
}
}