summaryrefslogtreecommitdiff
path: root/wince/wincesck.c
diff options
context:
space:
mode:
Diffstat (limited to 'wince/wincesck.c')
-rw-r--r--wince/wincesck.c9
1 files changed, 0 insertions, 9 deletions
diff --git a/wince/wincesck.c b/wince/wincesck.c
index 003a250dd6..09f5dfbc2b 100644
--- a/wince/wincesck.c
+++ b/wince/wincesck.c
@@ -57,14 +57,6 @@ XCE_EXPORT struct protoent *xcegetprotobynumber(int number);
#define TO_SOCKET(X) (X)
-#ifdef USE_5005THREADS
-#define StartSockets() \
- STMT_START { \
- if (!wsock_started) \
- start_sockets(); \
- set_socktype(); \
- } STMT_END
-#else
#define StartSockets() \
STMT_START { \
if (!wsock_started) { \
@@ -72,7 +64,6 @@ XCE_EXPORT struct protoent *xcegetprotobynumber(int number);
set_socktype(); \
} \
} STMT_END
-#endif
#define EndSockets() \
STMT_START { \