]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/apptrait.h
Applied patch #809019 (Adds embedded/plugin capabilities to wxMac).
[wxWidgets.git] / include / wx / apptrait.h
index 1f3e30f3b7976d7c39715d59bf2ac94dd2d8dad3..dcc488e1e24bec056e123bdbd1094a6177a3c982 100644 (file)
@@ -138,6 +138,8 @@ public:
     #include "wx/unix/apptbase.h"
 #elif defined(__WXMAC__)
     #include "wx/mac/apptbase.h"
+#elif defined(__OS2__)
+    #include "wx/os2/apptbase.h"
 #else // no platform-specific methods to add to wxAppTraits
     // wxAppTraits must be a class because it was forward declared as class
     class WXDLLIMPEXP_BASE wxAppTraits : public wxAppTraitsBase
@@ -219,6 +221,8 @@ public:
     #include "wx/unix/apptrait.h"
 #elif defined(__WXMAC__)
     #include "wx/mac/apptrait.h"
+#elif defined(__WXPM__)
+    #include "wx/os2/apptrait.h"
 #else 
     // at least, we need an implementation of GetToolkitInfo !
     #if wxUSE_GUI