mirror of
https://foundry.openuru.org/gitblit/r/CWE-ou-minkata.git
synced 2025-07-14 02:27:40 -04:00
Fix a problem linking plNetCommMsgs.
This commit is contained in:
@ -50,7 +50,7 @@ You can contact Cyan Worlds, Inc. by email legal@cyan.com
|
||||
#include <float.h>
|
||||
#include <math.h>
|
||||
|
||||
#ifdef _MSC_VER
|
||||
#ifdef HS_BUILD_FOR_WIN32
|
||||
#define isnan _isnan
|
||||
#endif
|
||||
|
||||
|
@ -48,7 +48,7 @@ You can contact Cyan Worlds, Inc. by email legal@cyan.com
|
||||
#include <float.h>
|
||||
#include <math.h>
|
||||
|
||||
#ifdef _MSC_VER
|
||||
#ifdef HS_BUILD_FOR_WIN32
|
||||
#define isnan _isnan
|
||||
#endif
|
||||
|
||||
|
@ -49,9 +49,10 @@ You can contact Cyan Worlds, Inc. by email legal@cyan.com
|
||||
#define plNetCommMsgs_inc
|
||||
|
||||
|
||||
#include "pnUtils/pnUtArray.h"
|
||||
#include "pnUtils/pnUtils.h"
|
||||
#include "pnNetBase/pnNetBase.h"
|
||||
#include "pnMessage/plMessage.h"
|
||||
#include "pnNetProtocol/pnNetProtocol.h"
|
||||
|
||||
class plNetCommReplyMsg : public plMessage {
|
||||
public:
|
||||
|
Reference in New Issue
Block a user