File tree Expand file tree Collapse file tree 1 file changed +2
-2
lines changed
Expand file tree Collapse file tree 1 file changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -3,7 +3,7 @@ package Mkvcbuild;
33#
44# Package that generates build files for msvc build
55#
6- # $PostgreSQL: pgsql/src/tools/msvc/Mkvcbuild.pm,v 1.17 2007/09/27 19:53:44 tgl Exp $
6+ # $PostgreSQL: pgsql/src/tools/msvc/Mkvcbuild.pm,v 1.18 2007/09/29 07:15:33 mha Exp $
77#
88use Carp;
99use Win32;
@@ -43,7 +43,7 @@ sub mkvcbuild
4343 $solution = new Solution($config );
4444
4545 our @pgportfiles = qw(
46- crypt.c fseeko.c getrusage.c inet_aton.c random.c srandom.c
46+ chklocale.c crypt.c fseeko.c getrusage.c inet_aton.c random.c srandom.c
4747 unsetenv.c getaddrinfo.c gettimeofday.c kill.c open.c rand.c
4848 snprintf.c strlcat.c strlcpy.c copydir.c dirmod.c exec.c noblock.c path.c pipe.c
4949 pgsleep.c pgstrcasecmp.c qsort.c qsort_arg.c sprompt.c thread.c
You can’t perform that action at this time.
0 commit comments