]> git.saurik.com Git - wxWidgets.git/commitdiff
Remove some redefinition warnings.
authorMattia Barbon <mbarbon@cpan.org>
Mon, 27 Jan 2003 21:41:53 +0000 (21:41 +0000)
committerMattia Barbon <mbarbon@cpan.org>
Mon, 27 Jan 2003 21:41:53 +0000 (21:41 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@18962 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

setup.h.in

index ab759d6ee534c47a85063cea17536b8bfb3781e7..a39fa88e7d43cd228519b1e5ce1b35cf168db635 100644 (file)
 #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__)