Browse Source

The macro CONVERT_TO_WIN_FS is not used anywhere.

PHP-4.0.5
Sascha Schumann 26 years ago
parent
commit
19741cc37a
  1. 9
      main/win95nt.h

9
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 = '\\'; \
}
Loading…
Cancel
Save