diff options
author | Zeev Suraski <zeev@php.net> | 2000-02-19 23:43:27 +0000 |
---|---|---|
committer | Zeev Suraski <zeev@php.net> | 2000-02-19 23:43:27 +0000 |
commit | ccaff4461b99cd25775b4e003c99731081d312bf (patch) | |
tree | 322ff0fc72135f4ab43991a3e19661230301480b /ext/mysql/php_mysql.c | |
parent | 86fa2aade2fdac04b2d23cd84c39ffbd14f6a9be (diff) | |
download | php-git-ccaff4461b99cd25775b4e003c99731081d312bf.tar.gz |
Win32 compile fix
Diffstat (limited to 'ext/mysql/php_mysql.c')
-rw-r--r-- | ext/mysql/php_mysql.c | 1 |
1 files changed, 1 insertions, 0 deletions
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 <winsock.h> +#define signal(a,b) NULL #else #include "build-defs.h" |