Browse Source

Fix a problem linking plNetCommMsgs.

Darryl Pogue 13 years ago
parent
commit
53c8c1aa9b
  1. 2
      Sources/Plasma/PubUtilLib/plGLight/plPerspDirSlave.cpp
  2. 2
      Sources/Plasma/PubUtilLib/plGLight/plShadowSlave.cpp
  3. 3
      Sources/Plasma/PubUtilLib/plMessage/plNetCommMsgs.h

2
Sources/Plasma/PubUtilLib/plGLight/plPerspDirSlave.cpp

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

2
Sources/Plasma/PubUtilLib/plGLight/plShadowSlave.cpp

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

3
Sources/Plasma/PubUtilLib/plMessage/plNetCommMsgs.h

@ -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:

Loading…
Cancel
Save