mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2024-12-04 16:57:04 +00:00
wx: Prevent warnings when compiling with recent versions of g++
g++ tends to think this is a string literal instead of concatenation.
This commit is contained in:
parent
481c081db3
commit
3b29320113
2
Externals/wxWidgets3/include/wx/defs.h
vendored
2
Externals/wxWidgets3/include/wx/defs.h
vendored
@ -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='*'\""
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user