commit | 272023190e042d9d107ab8b620ccedc7b73094d0 | [log] [tgz] |
---|---|---|
author | Francois Gouget <fgouget@free.fr> | Wed Nov 14 21:26:23 2001 +0000 |
committer | Alexandre Julliard <julliard@winehq.org> | Wed Nov 14 21:26:23 2001 +0000 |
tree | e11b0a501fc0d5409405255588641f531b5af307 | |
parent | c3daf4226816064602b5121b77917e0efd767c15 [diff] |
Make winsock.h and winsock2.h independent from the Unix headers. Make them compatible with both the Unix C headers and the MSVCRT headers. Ensure compatibility with the Unix headers via the USE_WS_PREFIX macro. Add WINE_NOWINSOCK: prevents winsock.h from being included from windows.h when defined. Add ws2tcpip.h, move definitions to the right header.