diff --git a/PyStand.cpp b/PyStand.cpp index a7b6bdc..b251050 100644 --- a/PyStand.cpp +++ b/PyStand.cpp @@ -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