From 6a415c9a1f1d06e9bcd73b0826b2f153ae6b7dd8 Mon Sep 17 00:00:00 2001 From: Vadim Zeitlin Date: Mon, 22 Jun 1998 21:50:11 +0000 Subject: [PATCH] #include "wx/msw/notebook" added git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@121 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- include/wx/notebook.h | 2 ++ 1 file changed, 2 insertions(+) diff --git a/include/wx/notebook.h b/include/wx/notebook.h index 56d91a911f..e84263f72d 100644 --- a/include/wx/notebook.h +++ b/include/wx/notebook.h @@ -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