mirror of
https://github.com/postgres/postgres.git
synced 2025-07-08 11:42:09 +03:00
Add comments to replace/unlink Win32 functions.
This commit is contained in:
@ -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
|
||||
|
Reference in New Issue
Block a user