]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/app.h
I got tired of some of the memory leak messages related to html and
[wxWidgets.git] / include / wx / app.h
index 85e28145a8221978ec37ba58495d01440eeda1e7..7deb0a45a78bd97f61d03cb40327dd58f883778d 100644 (file)
@@ -246,6 +246,8 @@ protected:
     #include "wx/gtk/app.h"
 #elif defined(__WXMAC__)
     #include "wx/mac/app.h"
+#elif defined(__WXPM__)
+    #include "wx/os2/app.h"
 #elif defined(__WXSTUBS__)
     #include "wx/stubs/app.h"
 #endif