]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/os2/app.h
HTML_xxxx constants changed to wxHTML_xxxx (with backward compatibility through WXWIN...
[wxWidgets.git] / include / wx / os2 / app.h
index 4b0c4d52a3f9f5e5e9959cc0420bfa65f4e9a0db..d919cdc63a621773f825fdfa17dbdcf24d60113f 100644 (file)
@@ -101,14 +101,6 @@ protected:
     DECLARE_EVENT_TABLE()
 };
 
-#if !defined(_WINDLL) || (defined(_WINDLL) && defined(WXMAKINGDLL))
-int WXDLLEXPORT wxEntry(WXHINSTANCE hInstance, WXHINSTANCE hPrevInstance, char *lpszCmdLine,
-                    int nCmdShow, bool enterLoop = TRUE);
-#else
-int WXDLLEXPORT wxEntry(WXHINSTANCE hInstance);
-#endif
-
-
 #endif
     // _WX_APP_H_