Fixed circular include sequence winsock.h -> windows.h -> winsock2.h
-> winsock.h.
This commit is contained in:
parent
2c7567251e
commit
2b529f1778
|
@ -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
|
||||
*/
|
||||
|
|
Loading…
Reference in New Issue