__WINDOWS__, not __WXMSW__

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@23249 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Václav Slavík 2003-08-26 20:56:20 +00:00
parent 377c68c5f6
commit 84389518ba
2 changed files with 2 additions and 2 deletions

View File

@ -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__

View File

@ -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__