mirror of
https://git.postgresql.org/git/postgresql.git
synced 2024-12-21 08:29:39 +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
|
||||
|
||||
#undef rename
|
||||
|
Loading…
Reference in New Issue
Block a user