mirror of
https://git.postgresql.org/git/postgresql.git
synced 2025-01-12 18:34:36 +08:00
Add comments to replace/unlink Win32 functions.
This commit is contained in:
parent
5dc844b75c
commit
3126c78b1a
@ -1,3 +1,9 @@
|
|||||||
|
/*
|
||||||
|
* These are replacement versions of unlink and rename that work on
|
||||||
|
* Win32 (NT, Win2k, XP). replace() doesn't work on Win95/98/Me.
|
||||||
|
*
|
||||||
|
*/
|
||||||
|
|
||||||
#ifndef TEST_VERSION
|
#ifndef TEST_VERSION
|
||||||
|
|
||||||
#undef rename
|
#undef rename
|
||||||
|
Loading…
Reference in New Issue
Block a user