diff options
| -rw-r--r-- | main/win95nt.h | 9 |
1 files changed, 0 insertions, 9 deletions
diff --git a/main/win95nt.h b/main/win95nt.h index 9010c06e75..a1cbd3bd1e 100644 --- a/main/win95nt.h +++ b/main/win95nt.h @@ -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 = '\\'; \ -} |
