2
3
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:
Darryl Pogue
2012-02-04 23:17:50 -08:00
parent b27fc17b00
commit 53c8c1aa9b
3 changed files with 4 additions and 3 deletions

View File

@ -50,7 +50,7 @@ You can contact Cyan Worlds, Inc. by email legal@cyan.com
#include <float.h> #include <float.h>
#include <math.h> #include <math.h>
#ifdef _MSC_VER #ifdef HS_BUILD_FOR_WIN32
#define isnan _isnan #define isnan _isnan
#endif #endif

View File

@ -48,7 +48,7 @@ You can contact Cyan Worlds, Inc. by email legal@cyan.com
#include <float.h> #include <float.h>
#include <math.h> #include <math.h>
#ifdef _MSC_VER #ifdef HS_BUILD_FOR_WIN32
#define isnan _isnan #define isnan _isnan
#endif #endif

View File

@ -49,9 +49,10 @@ You can contact Cyan Worlds, Inc. by email legal@cyan.com
#define plNetCommMsgs_inc #define plNetCommMsgs_inc
#include "pnUtils/pnUtArray.h" #include "pnUtils/pnUtils.h"
#include "pnNetBase/pnNetBase.h" #include "pnNetBase/pnNetBase.h"
#include "pnMessage/plMessage.h" #include "pnMessage/plMessage.h"
#include "pnNetProtocol/pnNetProtocol.h"
class plNetCommReplyMsg : public plMessage { class plNetCommReplyMsg : public plMessage {
public: public: