debugger (step backwards)
[p5sagit/p5-mst-13.2.git] / wince / wincesck.c
index 003a250..09f5dfb 100644 (file)
@@ -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 {                                       \