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

Commit0aabe80

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

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)

[8]ページ先頭

©2009-2025 Movatter.jp