summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorChris Wilson <chris+github@qwirx.com>2006-08-31 23:12:51 +0000
committerChris Wilson <chris+github@qwirx.com>2006-08-31 23:12:51 +0000
commitc9f3ad3e9e6e1671b9d9f07233f98de77bde2ac6 (patch)
tree170c1f65b5a8edea7e024770ce39e3c4793f2993 /lib
parent0087222f8fe71800b0d22b0034a5f8971359e959 (diff)
Revert to trunk
Diffstat (limited to 'lib')
-rw-r--r--lib/server/SocketStream.h2
1 files changed, 0 insertions, 2 deletions
diff --git a/lib/server/SocketStream.h b/lib/server/SocketStream.h
index ca07434e..7f1cb741 100644
--- a/lib/server/SocketStream.h
+++ b/lib/server/SocketStream.h
@@ -14,10 +14,8 @@
#ifdef WIN32
typedef SOCKET tOSSocketHandle;
- #define INVALID_SOCKET_VALUE (tOSSocketHandle)(-1)
#else
typedef int tOSSocketHandle;
- #define INVALID_SOCKET_VALUE -1
#endif
// --------------------------------------------------------------------------