From c7999595688422de96ed208c995cceca4d165c0c Mon Sep 17 00:00:00 2001 From: Andi Gutmans Date: Sun, 20 Aug 2000 19:56:24 +0000 Subject: - Change PHP_SEPARATOR to PHP_DIR_SEPARATOR --- main/php.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'main/php.h') 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" -- cgit v1.2.1