Skip to content

Commit ead75b7

Browse files
committed
- zend_arg_defs.c is unnecessary now
1 parent e78d5ac commit ead75b7

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

ext/mssql/php_mssql.c

-3
Original file line numberDiff line numberDiff line change
@@ -221,9 +221,6 @@ zend_module_entry mssql_module_entry =
221221

222222
#ifdef COMPILE_DL_MSSQL
223223
ZEND_GET_MODULE(mssql)
224-
# ifdef PHP_WIN32
225-
# include "zend_arg_defs.c"
226-
# endif
227224
#endif
228225

229226
#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; } }

0 commit comments

Comments
 (0)