Minor cleanup in example.

--HG--
extra : convert_revision : svn%3Afdd8eb12-d10e-0410-9acb-85c331704f74/trunk%403272
pull/2/head
Davis King 15 years ago
parent 0758897909
commit e12488258e

@ -196,6 +196,8 @@ int main()
// wait until the user closes this window before we let the program
// terminate.
my_window.wait_until_closed();
return 0;
}
// ----------------------------------------------------------------------------
@ -216,8 +218,7 @@ int WINAPI WinMain (
int
)
{
main();
return 0;
return main();
}
#endif

Loading…
Cancel
Save