]> granicus.if.org Git - postgresql/commit
Tweak zic.c to compile cleanly on MSVC: use CopyFile instead of
authorTom Lane <tgl@sss.pgh.pa.us>
Tue, 24 Oct 2006 15:11:03 +0000 (15:11 +0000)
committerTom Lane <tgl@sss.pgh.pa.us>
Tue, 24 Oct 2006 15:11:03 +0000 (15:11 +0000)
commitd8221dfa6d5d7643f4cfd23b0f576a1eaf177f89
tree009dbb3d233c9eab5592b4555c859407d453f502
parent9601745d35c869e47b334f4b719a6935780f0774
Tweak zic.c to compile cleanly on MSVC: use CopyFile instead of
CopyFileEx.  This avoids a warning about the function not being
present on older Windows versions.  Magnus Hagander
src/timezone/zic.c