From 3b2932011319f501f376f16384c2063fc78dc2d7 Mon Sep 17 00:00:00 2001 From: "Jasper St. Pierre" Date: Sun, 21 Jul 2013 17:51:13 -0400 Subject: [PATCH] wx: Prevent warnings when compiling with recent versions of g++ g++ tends to think this is a string literal instead of concatenation. --- Externals/wxWidgets3/include/wx/defs.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Externals/wxWidgets3/include/wx/defs.h b/Externals/wxWidgets3/include/wx/defs.h index 0c2a8e024c..27e685a535 100644 --- a/Externals/wxWidgets3/include/wx/defs.h +++ b/Externals/wxWidgets3/include/wx/defs.h @@ -3345,7 +3345,7 @@ typedef const void* WXWidget; "/manifestdependency:\"type='win32' \ name='Microsoft.Windows.Common-Controls' \ version='6.0.0.0' \ - processorArchitecture='"cpu"' \ + processorArchitecture='" cpu "' \ publicKeyToken='6595b64144ccf1df' \ language='*'\""