From 3fd137c88f3757bdfe0f65414efa302bc24b3642 Mon Sep 17 00:00:00 2001 From: Greg Beaver Date: Mon, 14 Jan 2008 02:47:55 +0000 Subject: [PATCH] fix build on windows (Steph Fox) --- ext/phar/phar.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ext/phar/phar.c b/ext/phar/phar.c index b8a27d3113..185f02d58a 100644 --- a/ext/phar/phar.c +++ b/ext/phar/phar.c @@ -1852,7 +1852,7 @@ static int php_check_dots(const char *element, int n) #define IS_BACKSLASH(c) ((c) == '/') -#ifdef COMPILE_PHAR_DL +#ifdef COMPILE_DL_PHAR /* stupid-ass non-extern declaration in tsrm_strtok.h breaks dumbass MS compiler */ static inline int in_character_class(char ch, const char *delim) { -- 2.40.0