diff --git a/src/msw/notebook.cpp b/src/msw/notebook.cpp index f4614c1267..e6a0aaae7c 100644 --- a/src/msw/notebook.cpp +++ b/src/msw/notebook.cpp @@ -37,18 +37,13 @@ #include "wx/msw/private.h" -// Windows standard headers -#ifndef __WIN95__ - #error "wxNotebook is only supported Windows 95 and above" -#endif //Win95 - -#include // for SetWindowFont +#include #ifdef __GNUWIN32_OLD__ #include "wx/msw/gnuwin32/extra.h" #endif -#if defined(__WIN95__) && !(defined(__GNUWIN32_OLD__) && !defined(__CYGWIN10__)) +#if !(defined(__GNUWIN32_OLD__) && !defined(__CYGWIN10__)) #include #endif