]> Git Repo - qemu.git/blobdiff - qemu_socket.h
ATA: Allow WIN_SECURITY_FREEZE_LOCK as nop
[qemu.git] / qemu_socket.h
index 51ad210a7f9f4acfb363b445f094551965571d27..a5d0a84fb67b718ca25d4526c180323d70ed1fb7 100644 (file)
@@ -8,12 +8,6 @@
 #include <ws2tcpip.h>
 
 #define socket_error() WSAGetLastError()
-#undef EWOULDBLOCK
-#undef EINTR
-#undef EINPROGRESS
-#define EWOULDBLOCK WSAEWOULDBLOCK
-#define EINTR       WSAEINTR
-#define EINPROGRESS WSAEINPROGRESS
 
 int inet_aton(const char *cp, struct in_addr *ia);
 
This page took 0.02208 seconds and 4 git commands to generate.