X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/40e7c0b9133bc1cbcb8fc81854cc11a381a1c066..86ac84b8ce086e6bbda58f422d41f84268606e35:/include/wx/private/fd.h?ds=sidebyside diff --git a/include/wx/private/fd.h b/include/wx/private/fd.h index 462b9bdf3a..38c286e445 100644 --- a/include/wx/private/fd.h +++ b/include/wx/private/fd.h @@ -51,16 +51,4 @@ #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_