We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 0aa5472 commit af26bf7Copy full SHA for af26bf7
contrib/buildsystems/Generators/Vcxproj.pm
@@ -88,6 +88,7 @@ sub createProject {
88
$defines =~ s/</</g;
89
$defines =~ s/>/>/g;
90
$defines =~ s/\'//g;
91
+ $defines =~ s/\\"/"/g;
92
93
my $rcdefines = $defines;
94
$rcdefines =~ s/(?<!\\)"/\\$&/g;
0 commit comments