Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Commitf102bd8

Browse files
committed
Fix MSVC build for changes in zic.
Ooops, I missed back-patching commitf5f15ea along with the other stuff.
1 parent3928132 commitf102bd8

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
@@ -435,8 +435,7 @@ sub mkvcbuild
435435
$pgrestore->AddLibrary('ws2_32.lib');
436436

437437
my$zic =$solution->AddProject('zic','exe','utils');
438-
$zic->AddFiles('src\timezone','zic.c','ialloc.c','scheck.c',
439-
'localtime.c');
438+
$zic->AddFiles('src\timezone','zic.c');
440439
$zic->AddReference($libpgport,$libpgcommon);
441440

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

0 commit comments

Comments
 (0)

[8]ページ先頭

©2009-2025 Movatter.jp