From: Zeev Suraski Date: Sat, 19 Feb 2000 23:43:27 +0000 (+0000) Subject: Win32 compile fix X-Git-Tag: php-4.0b4_rc1~4 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=ccaff4461b99cd25775b4e003c99731081d312bf;p=php Win32 compile fix --- diff --git a/ext/mysql/php_mysql.c b/ext/mysql/php_mysql.c index 2b3dfe35eb..1414d6e173 100644 --- a/ext/mysql/php_mysql.c +++ b/ext/mysql/php_mysql.c @@ -33,6 +33,7 @@ #ifdef PHP_WIN32 #include +#define signal(a,b) NULL #else #include "build-defs.h"