summaryrefslogtreecommitdiff
path: root/src/tools/msvc/Solution.pm
diff options
context:
space:
mode:
Diffstat (limited to 'src/tools/msvc/Solution.pm')
-rw-r--r--src/tools/msvc/Solution.pm2
1 files changed, 0 insertions, 2 deletions
diff --git a/src/tools/msvc/Solution.pm b/src/tools/msvc/Solution.pm
index 5f72530c72b..94cc4b950ef 100644
--- a/src/tools/msvc/Solution.pm
+++ b/src/tools/msvc/Solution.pm
@@ -184,8 +184,6 @@ sub GenerateFiles
print $o $_;
}
print $o "#define PG_MAJORVERSION \"$self->{majorver}\"\n";
- print $o "#define LOCALEDIR \"/share/locale\"\n"
- if ($self->{options}->{nls});
print $o "/* defines added by config steps */\n";
print $o "#ifndef IGNORE_CONFIGURED_SETTINGS\n";
print $o "#define USE_ASSERT_CHECKING 1\n"