- Fix folding

This commit is contained in:
Johannes Schlüter 2011-09-25 13:06:09 +00:00
parent eb86165205
commit 31ff0d156e

View File

@ -1161,7 +1161,7 @@ static int mysqlnd_stream_array_from_fd_set(MYSQLND **conn_array, fd_set *fds TS
return ret;
}
/* }}} */
#ifndef PHP_WIN32
#define php_select(m, r, w, e, t) select(m, r, w, e, t)