summaryrefslogtreecommitdiff
path: root/main/php.h
diff options
context:
space:
mode:
Diffstat (limited to 'main/php.h')
-rw-r--r--main/php.h4
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"