diff options
Diffstat (limited to 'libxcb/src/dummyin6.h')
-rw-r--r-- | libxcb/src/dummyin6.h | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/libxcb/src/dummyin6.h b/libxcb/src/dummyin6.h index 90e879baf..b86b250e4 100644 --- a/libxcb/src/dummyin6.h +++ b/libxcb/src/dummyin6.h @@ -35,14 +35,9 @@ #include <sys/types.h> -#ifndef _MSC_VER #include <sys/socket.h> #include <netinet/in.h> #include <netdb.h> -#else -typedef unsigned short sa_family_t; -typedef unsigned short in_port_t; -#endif #ifndef AF_INET6 #define AF_INET6 (AF_INET + 1) |