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 a5dc778 commit 70f5125Copy full SHA for 70f5125
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