mirror of
https://foundry.openuru.org/gitblit/r/CWE-ou-minkata.git
synced 2025-07-19 03:39:08 +00:00
HeadSpin.h is now the core header.
Rearrange some things so such that low-level CoreLib headers aren't quite so crazy. For higher level stuff, you still need to include the appropriate header.
This commit is contained in:
@ -42,7 +42,7 @@ You can contact Cyan Worlds, Inc. by email legal@cyan.com
|
||||
#ifndef SERVER
|
||||
|
||||
|
||||
#include "hsTypes.h"
|
||||
#include "HeadSpin.h"
|
||||
#include "pnAddrInfo.h"
|
||||
#include <string.h>
|
||||
|
||||
|
@ -52,17 +52,11 @@ You can contact Cyan Worlds, Inc. by email legal@cyan.com
|
||||
# include <sys/types.h>
|
||||
# include <sys/socket.h>
|
||||
# include <netdb.h>
|
||||
#elif HS_BUILD_FOR_WIN32
|
||||
# if (_WIN32_WINNT < 0x0501)
|
||||
# define _WIN32_WINNT 0x0501
|
||||
# endif
|
||||
# include <winsock2.h>
|
||||
# include <ws2tcpip.h>
|
||||
#else
|
||||
#elif !defined(HS_BUILD_FOR_WIN32)
|
||||
# error "pnAddrInfo Not Implemented!"
|
||||
#endif
|
||||
|
||||
#include "hsTypes.h"
|
||||
#include "HeadSpin.h"
|
||||
#include "hsStlUtils.h"
|
||||
|
||||
|
||||
|
Reference in New Issue
Block a user