X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/c09615b8ed48b6203e7c239fd74d1799e34cfe79..13005f1d1e38a2dd1c63a30a217c7170d3f8ac61:/src/common/nbkbase.cpp diff --git a/src/common/nbkbase.cpp b/src/common/nbkbase.cpp index e29c2dbdaf..fa4db5f419 100644 --- a/src/common/nbkbase.cpp +++ b/src/common/nbkbase.cpp @@ -36,7 +36,11 @@ #include "wx/imaglist.h" #include "wx/notebook.h" -#if defined(__WXMSW__) && !((defined(__GNUWIN32_OLD__) || defined(__TWIN32__)) && !defined(__CYGWIN10__)) +#ifdef __GNUWIN32_OLD__ + #include "wx/msw/gnuwin32/extra.h" +#endif + +#if defined(__WIN95__) && !(defined(__GNUWIN32_OLD__) && !defined(__CYGWIN10__)) #include "wx/msw/private.h" #include #include "wx/msw/winundef.h"