Skip to content

Commit 0aabe80

Browse files
committed
Fix MSVC build for changes in zic.
Ooops, I missed back-patching commit f5f15ea along with the other stuff.
1 parent 19d477a commit 0aabe80

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/tools/msvc/Mkvcbuild.pm

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -372,8 +372,7 @@ sub mkvcbuild
372372
$pgrestore->AddLibrary('ws2_32.lib');
373373

374374
my $zic = $solution->AddProject('zic', 'exe', 'utils');
375-
$zic->AddFiles('src/timezone', 'zic.c', 'ialloc.c', 'scheck.c',
376-
'localtime.c');
375+
$zic->AddFiles('src/timezone', 'zic.c');
377376
$zic->AddDirResourceFile('src/timezone');
378377
$zic->AddReference($libpgcommon, $libpgport);
379378

0 commit comments

Comments
 (0)