]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/notebook.h
16-bit fixes
[wxWidgets.git] / include / wx / notebook.h
index 04fec2227f057e597897b06cf701ab2c9cc4d407..63bbee89ead8109b379af773f81db424b2a71db3 100644 (file)
@@ -103,6 +103,8 @@ typedef void (wxEvtHandler::*wxNotebookEventFunction)(wxNotebookEvent&);
   #include  "wx/qt/notebook.h"
 #elif defined(__WXMAC__)
   #include  "wx/mac/notebook.h"
+#elif defined(__WXPM__)
+  #include  "wx/os2/notebook.h"
 #elif defined(__WXSTUBS__)
   #include  "wx/stubs/notebook.h"
 #endif