]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/notebook.h
removed wxUSE_IMAGE_LOADING_IN_MSW and wxUSE_RESOURCE_LOADING_IN_MSW settings, they...
[wxWidgets.git] / include / wx / notebook.h
index 35b0cc2efb0f4a572d83f3eb3b7d40687def91db..eb2b8af14ea5cf287f7264624a99df67041da048 100644 (file)
@@ -276,6 +276,8 @@ typedef void (wxEvtHandler::*wxNotebookEventFunction)(wxNotebookEvent&);
     #include  "wx/gtk/notebook.h"
 #elif defined(__WXMAC__)
     #include  "wx/mac/notebook.h"
+#elif defined(__WXCOCOA__)
+    #include  "wx/generic/notebook.h"
 #elif defined(__WXPM__)
     #include  "wx/os2/notebook.h"
 #endif