Add comments to replace/unlink Win32 functions.

WIN32_DEV
Bruce Momjian 23 years ago
parent 5dc844b75c
commit 3126c78b1a
  1. 6
      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

Loading…
Cancel
Save