From c8b8a908ca9bed4891798e94bb1a138df2257ae7 Mon Sep 17 00:00:00 2001 From: Sascha Schumann Date: Sun, 20 Aug 2000 14:02:57 +0000 Subject: Provide PHP_SEPARATOR which expands to the default directory separator on the target platform. --- main/php.h | 2 ++ 1 file changed, 2 insertions(+) (limited to 'main/php.h') diff --git a/main/php.h b/main/php.h index b0b25500d5..8d8b4c5034 100644 --- a/main/php.h +++ b/main/php.h @@ -65,9 +65,11 @@ extern unsigned char second_arg_allow_ref[]; # else # define PHPAPI __declspec(dllimport) # endif +#define PHP_SEPARATOR '\\' #else #define PHPAPI #define THREAD_LS +#define PHP_SEPARATOR '/' #endif #include "php_regex.h" -- cgit v1.2.1