diff options
Diffstat (limited to 'main/php.h')
| -rw-r--r-- | main/php.h | 2 |
1 files changed, 2 insertions, 0 deletions
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" |
