diff options
Diffstat (limited to 'src')
-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 |