summaryrefslogtreecommitdiff
path: root/ext/sockets/php_sockets_win.h
diff options
context:
space:
mode:
Diffstat (limited to 'ext/sockets/php_sockets_win.h')
-rw-r--r--ext/sockets/php_sockets_win.h1
1 files changed, 0 insertions, 1 deletions
diff --git a/ext/sockets/php_sockets_win.h b/ext/sockets/php_sockets_win.h
index cbb225b911..89f2426960 100644
--- a/ext/sockets/php_sockets_win.h
+++ b/ext/sockets/php_sockets_win.h
@@ -41,7 +41,6 @@
#define set_h_errno(a) WSASetLastError(a)
#define close(a) closesocket(a)
#define CMSG_DATA(cmsg) ((cmsg)->cmsg_data)
-#define IS_INVALID_SOCKET(a) (a->socket == INVALID_SOCKET)
typedef long ssize_t;