From: Greg Beaver Date: Mon, 14 Jan 2008 02:47:55 +0000 (+0000) Subject: fix build on windows (Steph Fox) X-Git-Tag: RELEASE_2_0_0a1~916 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=3fd137c88f3757bdfe0f65414efa302bc24b3642;p=php fix build on windows (Steph Fox) --- 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) {