oops... extra #endif removed
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@5556 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
parent
f608bc673f
commit
8a84f3a05c
@ -164,10 +164,10 @@
|
||||
#endif
|
||||
|
||||
#ifdef __WXMSW__
|
||||
#if defined(_WIN32) || defined(WIN32) || defined(__NT__)
|
||||
#ifndef __WIN32__
|
||||
#define __WIN32__
|
||||
#endif
|
||||
|
||||
#if defined(_WIN32) || defined(WIN32) || defined(__NT__)
|
||||
#ifndef __WIN32__
|
||||
#define __WIN32__
|
||||
#endif
|
||||
#endif
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user