]> git.saurik.com Git - wxWidgets.git/blobdiff - include/wx/private/fd.h
no changes, just update the copyright in the header
[wxWidgets.git] / include / wx / private / fd.h
index 462b9bdf3a4863281797bbf404594301ded14718..38c286e4456efc67a0071741a1895ba6903be5fe 100644 (file)
     #define wxFD_CLR(fd, fds) FD_CLR(fd, fds)
 #endif // __INTELC__/!__INTELC__
 
-// this is for Windows where configure doesn't define this
-#ifndef SOCKOPTLEN_T
-    #define SOCKOPTLEN_T int
-#endif
-
-/*
- * MSW defines this, Unices don't.
- */
-#ifndef INVALID_SOCKET
-    #define INVALID_SOCKET (-1)
-#endif
-
 #endif // _WX_PRIVATE_FD_H_