If a linker directive is already quoted, don't try to quote it again, otherwise it creates a mess.
This pops up in places like:
#pragma comment(linker,"\"/foo bar'\"")
Differential D6792
[COFF] Don't try to add quotes to already quoted linker directives mkuper on Dec 29 2014, 2:01 AM. Authored by
Details If a linker directive is already quoted, don't try to quote it again, otherwise it creates a mess. This pops up in places like:
Diff Detail
Event Timeline
|