]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/msw/app.h
reverting to native mac pathnames
[wxWidgets.git] / include / wx / msw / app.h
index 770123e24d4b2af47627c9fdc97cba991b4b879d..90a612d06c520003c5f75534a75f5478645b1121 100644 (file)
@@ -104,8 +104,8 @@ protected:
 };
 
 #if !defined(_WINDLL) || (defined(_WINDLL) && defined(WXMAKINGDLL))
-int WXDLLEXPORT wxEntry(WXHINSTANCE hInstance, WXHINSTANCE hPrevInstance, char *lpszCmdLine,
-                    int nCmdShow, bool enterLoop = TRUE);
+int WXDLLEXPORT wxEntry(WXHINSTANCE hInstance, WXHINSTANCE hPrevInstance,
+                        char *lpszCmdLine, int nCmdShow, bool enterLoop = TRUE);
 #else
 int WXDLLEXPORT wxEntry(WXHINSTANCE hInstance);
 #endif