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

-> winsock.h.
This commit is contained in:
Martin Wilck 2002-11-21 21:48:53 +00:00 committed by Alexandre Julliard
parent 2c7567251e
commit 2b529f1778
1 changed files with 3 additions and 3 deletions

View File

@ -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
*/