From 04df6d82a3a007d4cdb49f5107574bb7ee232b96 Mon Sep 17 00:00:00 2001 From: Mattia Barbon Date: Thu, 5 Jun 2003 18:05:09 +0000 Subject: [PATCH] Avoid redefinition warning. (already defined in platform.h) git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/branches/WX_2_4_BRANCH@20944 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- setup.h.in | 1 - 1 file changed, 1 deletion(-) diff --git a/setup.h.in b/setup.h.in index c238900902..92ab6db4ec 100644 --- a/setup.h.in +++ b/setup.h.in @@ -103,7 +103,6 @@ #undef __WINDOWS__ #endif -#undef __WIN95__ #ifndef __WIN32__ #undef __WIN32__ #endif