Skip to content

Commit 544df28

Browse files
author
skywind3000
committed
polish
1 parent f8c83fb commit 544df28

File tree

1 file changed

+4
-3
lines changed

1 file changed

+4
-3
lines changed

PyStand.cpp

Lines changed: 4 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -339,13 +339,14 @@ const char *init_script =
339339
// main
340340
//---------------------------------------------------------------------
341341

342-
#ifdef PYSTAND_CONSOLE
343-
int main()
344-
#else
345342
//! flag: -static
346343
//! src:
347344
//! mode: win
348345
//! int: objs
346+
347+
#ifdef PYSTAND_CONSOLE
348+
int main()
349+
#else
349350
int WINAPI
350351
WinMain(HINSTANCE hInst, HINSTANCE hPrevInst, LPSTR args, int show)
351352
#endif

0 commit comments

Comments
 (0)