]> git.saurik.com Git - wxWidgets.git/commitdiff
#include "wx/msw/notebook" added
authorVadim Zeitlin <vadim@wxwidgets.org>
Mon, 22 Jun 1998 21:50:11 +0000 (21:50 +0000)
committerVadim Zeitlin <vadim@wxwidgets.org>
Mon, 22 Jun 1998 21:50:11 +0000 (21:50 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@121 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

include/wx/notebook.h

index 56d91a911f7bca3216e23d340976c58ef78f9d1d..e84263f72d6d755a368bb2cb65078327880f8cd0 100644 (file)
@@ -2,7 +2,9 @@
 #define __NOTEBOOKH_BASE__
 
 #if defined(__WINDOWS__)
+  #include  "wx/msw/notebook.h"
 #elif defined(__MOTIF__)
+  #error "wxNotebook not implemented under Motif"
 #elif defined(__GTK__)
   #include  "wx/gtk/notebook.h"
 #endif