X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/2c41c4404c0d4ec0a0095bc31ab6cc732f2126c1..0cdf89abb10990c7f0152aabc464425a5478157f:/include/wx/defs.h diff --git a/include/wx/defs.h b/include/wx/defs.h index 18aefbaaef..5154c388ab 100644 --- a/include/wx/defs.h +++ b/include/wx/defs.h @@ -138,8 +138,10 @@ // we are setting this define because of the complex check // using NORLANDER as Cygwin may follow. (header author is Anders Norlander) #if defined(__MINGW32__) && ((__GNUC__>2) ||((__GNUC__==2) && (__GNUC_MINOR__>=95))) +#ifndef wxUSE_NORLANDER_HEADERS # define wxUSE_NORLANDER_HEADERS 1 #endif +#endif //////////////////////////////////////////////////////////////////////////////////