Skip to content

Commit c5767db

Browse files
committed
We don't check for Windows in the win32/ directory, as files here are only compiled on Windows anyway
1 parent ffbe801 commit c5767db

File tree

1 file changed

+1
-5
lines changed

1 file changed

+1
-5
lines changed

win32/select.c

+1-5
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
/*
1+
/*
22
+----------------------------------------------------------------------+
33
| PHP Version 7 |
44
+----------------------------------------------------------------------+
@@ -19,8 +19,6 @@
1919
#include "php.h"
2020
#include "php_network.h"
2121

22-
#ifdef PHP_WIN32
23-
2422
/* $Id$ */
2523

2624
/* Win32 select() will only work with sockets, so we roll our own implementation here.
@@ -169,8 +167,6 @@ PHPAPI int php_select(php_socket_t max_fd, fd_set *rfds, fd_set *wfds, fd_set *e
169167
return retcode;
170168
}
171169

172-
#endif
173-
174170
/*
175171
* Local variables:
176172
* tab-width: 4

0 commit comments

Comments
 (0)