]> Creatis software - crea.git/blobdiff - src/creaWx.h
*** empty log message ***
[crea.git] / src / creaWx.h
index 29fb0619f09ec2c72aafe29335bd9f42a5a95eaa..eee7414a4a737dabcb0e9bc3b5372aa6b4236fce 100644 (file)
@@ -40,6 +40,7 @@ typedef void wxWindow;
 
 
 #if defined(_WIN32) 
+
 //  How to have a Console and wxWidgets
 //  http://www.wxwidgets.org/wiki/index.php/MSVC_Setup_Guide
 //   In Visual C++ 6 (7 should be similar), to create an application that is both a console application 
@@ -51,8 +52,11 @@ typedef void wxWindow;
     return WinMain(::GetModuleHandle(NULL), NULL,                      \
                   ::GetCommandLine(), SW_SHOWNORMAL);                  \
   }                                                                    
+
 #else // defined(_WIN32) 
+
 #define CREA_WXMAIN_WITH_CONSOLE
+
 #endif // defined(_WIN32)