]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/notebook.h
Lots of wxMotif fixes
[wxWidgets.git] / include / wx / notebook.h
index 4d2aaafc5c0c55b69e6a186d074bd8b00c49c798..9d254fd7547a1ad5cb3253cec2864beb00b473c7 100644 (file)
@@ -2,9 +2,13 @@
 #define _WX_NOTEBOOK_H_BASE_
 
 #if defined(__WXMSW__)
+#ifdef __WIN16__
+  #include  "wx/generic/notebook.h"
+#else
   #include  "wx/msw/notebook.h"
+#endif
 #elif defined(__WXMOTIF__)
-  #include  "wx/motif/notebook.h"
+  #include  "wx/generic/notebook.h"
 #elif defined(__WXGTK__)
   #include  "wx/gtk/notebook.h"
 #elif defined(__WXQT__)