]> git.saurik.com Git - wxWidgets.git/commitdiff
__GNUWIN32_OLD__ is defined if __GNUC__ is and NORLANDER_HEADERS is not
authorVadim Zeitlin <vadim@wxwidgets.org>
Tue, 25 Jan 2000 18:23:20 +0000 (18:23 +0000)
committerVadim Zeitlin <vadim@wxwidgets.org>
Tue, 25 Jan 2000 18:23:20 +0000 (18:23 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@5657 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

include/wx/defs.h

index ff94eca93888b90f1a9c8cf9bdcd5aa23c7e7bdc..49e76fe21414df8923e4ea6825de97d878a2325d 100644 (file)
 // "old" GNUWIN32 is the one without Norlander's headers: it lacks the standard
 // Win32 headers and we define the used stuff ourselves for it in
 // wx/msw/gnuwin32/extra.h
-#if defined(__GNUWIN32__) && !wxUSE_NORLANDER_HEADERS
+#if defined(__GNUC__) && !wxUSE_NORLANDER_HEADERS
     #define __GNUWIN32_OLD__
 #endif