Ooops, I missed back-patching commit
f5f15ea6a along with the other stuff.
$pgrestore->AddLibrary('ws2_32.lib');
my $zic = $solution->AddProject('zic', 'exe', 'utils');
- $zic->AddFiles('src/timezone', 'zic.c', 'ialloc.c', 'scheck.c',
- 'localtime.c');
+ $zic->AddFiles('src/timezone', 'zic.c');
$zic->AddDirResourceFile('src/timezone');
$zic->AddReference($libpgcommon, $libpgport);