diff options
author | Andi Gutmans <andi@php.net> | 2000-08-20 19:56:24 +0000 |
---|---|---|
committer | Andi Gutmans <andi@php.net> | 2000-08-20 19:56:24 +0000 |
commit | c7999595688422de96ed208c995cceca4d165c0c (patch) | |
tree | 40eaf25ad6fec44c7fb250783158d617ea287e62 /main/php.h | |
parent | 892e949196e17184f31b067c3db2feb83fa08ca1 (diff) | |
download | php-git-c7999595688422de96ed208c995cceca4d165c0c.tar.gz |
- Change PHP_SEPARATOR to PHP_DIR_SEPARATOR
Diffstat (limited to 'main/php.h')
-rw-r--r-- | main/php.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/main/php.h b/main/php.h index 8d8b4c5034..670335d63c 100644 --- a/main/php.h +++ b/main/php.h @@ -65,11 +65,11 @@ extern unsigned char second_arg_allow_ref[]; # else # define PHPAPI __declspec(dllimport) # endif -#define PHP_SEPARATOR '\\' +#define PHP_DIR_SEPARATOR '\\' #else #define PHPAPI #define THREAD_LS -#define PHP_SEPARATOR '/' +#define PHP_DIR_SEPARATOR '/' #endif #include "php_regex.h" |