mirror of
https://github.com/dolphin-emu/dolphin.git
synced 2025-01-09 15:49:25 +01: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' \
|
"/manifestdependency:\"type='win32' \
|
||||||
name='Microsoft.Windows.Common-Controls' \
|
name='Microsoft.Windows.Common-Controls' \
|
||||||
version='6.0.0.0' \
|
version='6.0.0.0' \
|
||||||
processorArchitecture='"cpu"' \
|
processorArchitecture='" cpu "' \
|
||||||
publicKeyToken='6595b64144ccf1df' \
|
publicKeyToken='6595b64144ccf1df' \
|
||||||
language='*'\""
|
language='*'\""
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user