X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/53b28675492e387711489760dbfe08ba5086ce73..246037e22990a4719c672c2e2a8b62b99cc4d49c:/include/wx/notebook.h?ds=sidebyside diff --git a/include/wx/notebook.h b/include/wx/notebook.h index 56d91a911f..92e99ec7e8 100644 --- a/include/wx/notebook.h +++ b/include/wx/notebook.h @@ -1,9 +1,11 @@ #ifndef __NOTEBOOKH_BASE__ #define __NOTEBOOKH_BASE__ -#if defined(__WINDOWS__) -#elif defined(__MOTIF__) -#elif defined(__GTK__) +#if defined(__WXMSW__) + #include "wx/msw/notebook.h" +#elif defined(__WXMOTIF__) + #error "wxNotebook not implemented under Motif" +#elif defined(__WXGTK__) #include "wx/gtk/notebook.h" #endif