8000 Fix MSVC build for changes in zic. · linearregression/postgres@d70df78 · GitHub
[go: up one dir, main page]

Skip to content

Commit d70df78

Browse files
committed
Fix MSVC build for changes in zic.
Ooops, I missed back-patching commit f5f15ea along with the other stuff.
1 parent 5db14fa commit d70df78

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/tools/msvc/Mkvcbuild.pm

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -351,7 +351,7 @@ sub mkvcbuild
351351
$pgrestore->AddFile('src\backend\parser\kwlookup.c');
352352

353353
my $zic = $solution->AddProject('zic','exe','utils');
354-
$zic->AddFiles('src\timezone','zic.c','ialloc.c','scheck.c','localtime.c');
354+
$zic->AddFiles('src\timezone','zic.c');
355355
$zic->AddReference($libpgport);
356356

357357
if ($solution->{options}->{xml})

0 commit comments

Comments
 (0)
0