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:
Vadim Zeitlin 2000-01-20 22:57:30 +00:00
parent f608bc673f
commit 8a84f3a05c

View File

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