Skip to content

Commit

Permalink
polish
Browse files Browse the repository at this point in the history
  • Loading branch information
skywind3000 committed Mar 12, 2022
1 parent f8c83fb commit 544df28
Showing 1 changed file with 4 additions and 3 deletions.
7 changes: 4 additions & 3 deletions PyStand.cpp
Original file line number Diff line number Diff line change
Expand Up @@ -339,13 +339,14 @@ const char *init_script =
// main
//---------------------------------------------------------------------

#ifdef PYSTAND_CONSOLE
int main()
#else
//! flag: -static
//! src:
//! mode: win
//! int: objs

#ifdef PYSTAND_CONSOLE
int main()
#else
int WINAPI
WinMain(HINSTANCE hInst, HINSTANCE hPrevInst, LPSTR args, int show)
#endif
Expand Down

0 comments on commit 544df28

Please sign in to comment.