]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/app.h
removed relic: GetMaxLineWidth
[wxWidgets.git] / include / wx / app.h
index 559fdebc4f59e468c53746cb0349fe90ab8756af..7d408278bbf3a046f13cb6fa3474461b18e9dcd4 100644 (file)
@@ -369,11 +369,7 @@ public:
 #elif defined(__WXMSW__) && defined(WXUSINGDLL)
     // NT defines APIENTRY, 3.x not
     #if !defined(WXAPIENTRY)
-        #ifdef __WATCOMC__
-            #define WXAPIENTRY PASCAL
-        #else
-            #define WXAPIENTRY FAR PASCAL
-        #endif
+        #define WXAPIENTRY FAR wxSTDCALL
     #endif
 
     #define IMPLEMENT_WXWIN_MAIN \