Skip to content
Snippets Groups Projects
Commit 2b529f17 authored by Martin Wilck's avatar Martin Wilck Committed by Alexandre Julliard
Browse files

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

-> winsock.h.
parent 2c756725
No related branches found
No related tags found
No related merge requests found
......@@ -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
*/
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment