Commit 9dc5b97b authored by Francois Gouget's avatar Francois Gouget Committed by Alexandre Julliard

Only use winsock2.h in Wine.

parent f96d4e69
...@@ -46,7 +46,7 @@ ...@@ -46,7 +46,7 @@
#include "windef.h" #include "windef.h"
#include "winbase.h" #include "winbase.h"
#ifdef ICMP_WIN #ifdef ICMP_WIN
#include "winsock.h" #include "winsock2.h"
#endif #endif
#include "winerror.h" #include "winerror.h"
......
...@@ -12,7 +12,7 @@ ...@@ -12,7 +12,7 @@
#include "winnls.h" #include "winnls.h"
#include "wine/unicode.h" #include "wine/unicode.h"
#include "nspapi.h" #include "nspapi.h"
#include "winsock.h" #include "winsock2.h"
#include "wsipx.h" #include "wsipx.h"
#include "wshisotp.h" #include "wshisotp.h"
......
...@@ -16,7 +16,6 @@ ...@@ -16,7 +16,6 @@
#include "wingdi.h" #include "wingdi.h"
#include "winnt.h" #include "winnt.h"
#include "winuser.h" #include "winuser.h"
#include "winsock.h"
#include "wine/winbase16.h" #include "wine/winbase16.h"
#include "drive.h" #include "drive.h"
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment