]> granicus.if.org Git - php/commitdiff
The macro CONVERT_TO_WIN_FS is not used anywhere.
authorSascha Schumann <sas@php.net>
Mon, 21 Aug 2000 09:57:13 +0000 (09:57 +0000)
committerSascha Schumann <sas@php.net>
Mon, 21 Aug 2000 09:57:13 +0000 (09:57 +0000)
main/win95nt.h

index 9010c06e75e657f89cfb179fca293d3b0d421ef9..a1cbd3bd1ed3f9eb0757dca9e5927aa2ab1541a6 100644 (file)
@@ -62,12 +62,3 @@ typedef long pid_t;
 #undef PHP_PROG_SENDMAIL
 #define PHP_PROG_SENDMAIL "Built in mailer"
 #endif
-
-#define CONVERT_TO_WIN_FS(Filename)                    \
-{                                                                                              \
-       char *stemp;                                                        \
-       if (Filename)                                                           \
-               for (stemp = Filename; *stemp; stemp++) \
-                       if ( *stemp     == '/')                             \
-                               *stemp = '\\';                              \
-}