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
|
@ -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…
Reference in New Issue