X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/34138703c3997ce676a1e713d9ff9eb020640da7..6c82a1fd8d02beb023b21d230b97ddce42962b02:/include/wx/notebook.h?ds=sidebyside 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__)