From d4596328440c89a2e8efb9ce472fd6d2212d9db5 Mon Sep 17 00:00:00 2001 From: =?utf8?q?V=C3=A1clav=20Slav=C3=ADk?= Date: Tue, 9 Jul 2013 16:12:05 +0000 Subject: [PATCH] Compilation fix for r74457. Remove stray #endif from incorrectly merged changes. git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@74459 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775 --- include/wx/defs.h | 1 - 1 file changed, 1 deletion(-) diff --git a/include/wx/defs.h b/include/wx/defs.h index b83a43bd7a..16159b1f06 100644 --- a/include/wx/defs.h +++ b/include/wx/defs.h @@ -359,7 +359,6 @@ typedef short int WXTYPE; #ifndef HAVE_TR1_TYPE_TRAITS #if defined(__has_include) && __has_include() #define HAVE_TR1_TYPE_TRAITS - #endif #elif defined(__VISUALC__) && (_MSC_FULL_VER >= 150030729) #define HAVE_TR1_TYPE_TRAITS #endif -- 2.45.2