diff options
author | Felipe Pena <felipe@php.net> | 2008-07-05 20:09:33 +0000 |
---|---|---|
committer | Felipe Pena <felipe@php.net> | 2008-07-05 20:09:33 +0000 |
commit | ead75b74f253af59ef355606e0548c47924a532f (patch) | |
tree | 06d7f0679998f7f421fae05b8d9ab3f8f92b0660 /ext/mssql | |
parent | e78d5ac5c4f19ec851f9f9cf5c3c447f752ee628 (diff) | |
download | php-git-ead75b74f253af59ef355606e0548c47924a532f.tar.gz |
- zend_arg_defs.c is unnecessary now
Diffstat (limited to 'ext/mssql')
-rw-r--r-- | ext/mssql/php_mssql.c | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/ext/mssql/php_mssql.c b/ext/mssql/php_mssql.c index 30026e7b38..5b23f941f5 100644 --- a/ext/mssql/php_mssql.c +++ b/ext/mssql/php_mssql.c @@ -221,9 +221,6 @@ zend_module_entry mssql_module_entry = #ifdef COMPILE_DL_MSSQL ZEND_GET_MODULE(mssql) -# ifdef PHP_WIN32 -# include "zend_arg_defs.c" -# endif #endif #define CHECK_LINK(link) { if (link==-1) { php_error_docref(NULL TSRMLS_CC, E_WARNING, "A link to the server could not be established"); RETURN_FALSE; } } |