Fix WinMain annotation to match the official one
Signed-off-by: Simon Rozman <simon@rozman.si>
This commit is contained in:
parent
e2cf7d09f8
commit
82e69f072d
@ -23,7 +23,7 @@
|
||||
///
|
||||
/// Main function
|
||||
///
|
||||
int CALLBACK WinMain(_In_ HINSTANCE hInstance, _In_ HINSTANCE hPrevInstance, _In_ LPSTR lpCmdLine, _In_ int nCmdShow)
|
||||
int CALLBACK WinMain(_In_ HINSTANCE hInstance, _In_opt_ HINSTANCE hPrevInstance, _In_ LPSTR lpCmdLine, _In_ int nCmdShow)
|
||||
{
|
||||
wxApp::CheckBuildOptions(WX_BUILD_OPTIONS_SIGNATURE, "program");
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user