Commit 2b529f17 authored by Martin Wilck's avatar Martin Wilck Committed by Alexandre Julliard

Fixed circular include sequence winsock.h -> windows.h -> winsock2.h

-> winsock.h.
parent 2c756725
......@@ -26,15 +26,15 @@
# endif
#endif
#ifndef _WINSOCKAPI_
#define _WINSOCKAPI_
#ifndef __WINE__
# include "windows.h"
#else
# include "windef.h"
#endif
#ifndef _WINSOCKAPI_
#define _WINSOCKAPI_
/*
* Setup phase
*/
......
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