X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/34138703c3997ce676a1e713d9ff9eb020640da7..b412f9be504e07559a98ae234f30bb1bd0b2aa1f:/include/wx/notebook.h diff --git a/include/wx/notebook.h b/include/wx/notebook.h index 4d2aaafc5c..9d254fd754 100644 --- a/include/wx/notebook.h +++ b/include/wx/notebook.h @@ -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__)