From: Václav Slavík Date: Tue, 26 Aug 2003 20:56:20 +0000 (+0000) Subject: __WINDOWS__, not __WXMSW__ X-Git-Url: https://git.saurik.com/wxWidgets.git/commitdiff_plain/84389518bac25c057109466d4c447bfc4458b2ac __WINDOWS__, not __WXMSW__ git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@23249 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- diff --git a/contrib/src/xrc/xmlres.cpp b/contrib/src/xrc/xmlres.cpp index 9e1078612e..2f18b64356 100644 --- a/contrib/src/xrc/xmlres.cpp +++ b/contrib/src/xrc/xmlres.cpp @@ -287,7 +287,7 @@ static void ProcessPlatformProperty(wxXmlNode *node) while (tkn.HasMoreTokens()) { s = tkn.GetNextToken(); -#ifdef __WXMSW__ +#ifdef __WINDOWS__ if (s == wxT("win")) isok = true; #endif #ifdef __UNIX__ diff --git a/src/xrc/xmlres.cpp b/src/xrc/xmlres.cpp index 9e1078612e..2f18b64356 100644 --- a/src/xrc/xmlres.cpp +++ b/src/xrc/xmlres.cpp @@ -287,7 +287,7 @@ static void ProcessPlatformProperty(wxXmlNode *node) while (tkn.HasMoreTokens()) { s = tkn.GetNextToken(); -#ifdef __WXMSW__ +#ifdef __WINDOWS__ if (s == wxT("win")) isok = true; #endif #ifdef __UNIX__