__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:
parent
377c68c5f6
commit
84389518ba
@ -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__
|
||||
|
@ -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__
|
||||
|
Loading…
Reference in New Issue
Block a user