diff options
author | Bruce Momjian | 2003-04-24 16:40:17 +0000 |
---|---|---|
committer | Bruce Momjian | 2003-04-24 16:40:17 +0000 |
commit | 3126c78b1a7131ee93062a8bbce76377cf7f4024 (patch) | |
tree | e275b57cb17b0323500e47fedec3539fcefe0044 | |
parent | 5dc844b75cbd1f4d01dfbc1c154af5e861972036 (diff) |
Add comments to replace/unlink Win32 functions.
-rw-r--r-- | src/port/dirmod.c | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/src/port/dirmod.c b/src/port/dirmod.c index 15afbc1d217..e44ecc5edff 100644 --- a/src/port/dirmod.c +++ b/src/port/dirmod.c @@ -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 |