Only use winsock2.h in Wine.

This commit is contained in:
Francois Gouget 2001-08-28 18:39:03 +00:00 committed by Alexandre Julliard
parent f96d4e69c0
commit 9dc5b97b35
3 changed files with 2 additions and 3 deletions

View file

@ -46,7 +46,7 @@
#include "windef.h"
#include "winbase.h"
#ifdef ICMP_WIN
#include "winsock.h"
#include "winsock2.h"
#endif
#include "winerror.h"

View file

@ -12,7 +12,7 @@
#include "winnls.h"
#include "wine/unicode.h"
#include "nspapi.h"
#include "winsock.h"
#include "winsock2.h"
#include "wsipx.h"
#include "wshisotp.h"

View file

@ -16,7 +16,6 @@
#include "wingdi.h"
#include "winnt.h"
#include "winuser.h"
#include "winsock.h"
#include "wine/winbase16.h"
#include "drive.h"