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:
@@ -103,13 +103,21 @@
|
|||||||
#undef __WINDOWS__
|
#undef __WINDOWS__
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
#ifndef __WIN95__
|
||||||
#undef __WIN95__
|
#undef __WIN95__
|
||||||
|
#endif
|
||||||
#ifndef __WIN32__
|
#ifndef __WIN32__
|
||||||
#undef __WIN32__
|
#undef __WIN32__
|
||||||
#endif
|
#endif
|
||||||
|
#ifndef __GNUWIN32__
|
||||||
#undef __GNUWIN32__
|
#undef __GNUWIN32__
|
||||||
|
#endif
|
||||||
|
#ifndef STRICT
|
||||||
#undef STRICT
|
#undef STRICT
|
||||||
|
#endif
|
||||||
|
#ifndef WINVER
|
||||||
#undef WINVER
|
#undef WINVER
|
||||||
|
#endif
|
||||||
|
|
||||||
/* enable native status bar under Win32 */
|
/* enable native status bar under Win32 */
|
||||||
#if defined(__WIN95__) && !defined(__WXUNIVERSAL__)
|
#if defined(__WIN95__) && !defined(__WXUNIVERSAL__)
|
||||||
|
Reference in New Issue
Block a user