- Fix folding

This commit is contained in:
Johannes Schlüter 2011-09-25 13:06:09 +00:00
parent 127d7bc79e
commit a7410ea03d

View file

@ -1043,7 +1043,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)