Skip to content

Commit

Permalink
Browse files Browse the repository at this point in the history
wx: Prevent warnings when compiling with recent versions of g++
g++ tends to think this is a string literal instead of concatenation.
  • Loading branch information
magcius committed Jul 21, 2013
1 parent 481c081 commit 3b29320
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Externals/wxWidgets3/include/wx/defs.h
Expand Up @@ -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='*'\""

Expand Down

0 comments on commit 3b29320

Please sign in to comment.