- Define SOCKET as UINT_PTR for Win64 (thanks to P. Stridvall). - Make winsock compile without WINE_NO_STRICT.
diff --git a/include/winsock.h b/include/winsock.h index 146698e..c17a6b2 100644 --- a/include/winsock.h +++ b/include/winsock.h
@@ -324,7 +324,7 @@ * Sockets */ -typedef u_int SOCKET; +typedef UINT_PTR SOCKET; /* * This is used instead of -1, since the