Commit 84863148 authored by Davis King's avatar Davis King

fixed compiler warning

--HG--
extra : convert_revision : svn%3Afdd8eb12-d10e-0410-9acb-85c331704f74/trunk%402350
parent 26b0f8f3
...@@ -159,6 +159,7 @@ int main() ...@@ -159,6 +159,7 @@ int main()
int WINAPI WinMain (HINSTANCE, HINSTANCE, PSTR cmds, int) int WINAPI WinMain (HINSTANCE, HINSTANCE, PSTR cmds, int)
{ {
main(); main();
return 0;
} }
#endif #endif
......
...@@ -213,6 +213,7 @@ int WINAPI WinMain ( ...@@ -213,6 +213,7 @@ int WINAPI WinMain (
) )
{ {
main(); main();
return 0;
} }
#endif #endif
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment