Remove some redefinition warnings.

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@18962 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Mattia Barbon 2003-01-27 21:41:53 +00:00
parent 6394c5966c
commit ab82ab0704

View File

@ -103,13 +103,21 @@
#undef __WINDOWS__
#endif
#ifndef __WIN95__
#undef __WIN95__
#endif
#ifndef __WIN32__
#undef __WIN32__
#endif
#ifndef __GNUWIN32__
#undef __GNUWIN32__
#endif
#ifndef STRICT
#undef STRICT
#endif
#ifndef WINVER
#undef WINVER
#endif
/* enable native status bar under Win32 */
#if defined(__WIN95__) && !defined(__WXUNIVERSAL__)