1
0
mirror of https://foundry.openuru.org/gitblit/r/CWE-ou-minkata.git synced 2025-07-18 11:19:10 +00:00

Fix max plugin compile

Always include HeadSpin.h before Max.h--Max.h brings in Winsocks 1, for
some reason. This creates symbol clash hell.
This commit is contained in:
2012-06-14 21:52:56 -04:00
parent 94ca3bb097
commit 5d30f69957
5 changed files with 5 additions and 0 deletions

View File

@ -61,6 +61,7 @@ You can contact Cyan Worlds, Inc. by email legal@cyan.com
#ifndef _plCAnimParamBlock_h #ifndef _plCAnimParamBlock_h
#define _plCAnimParamBlock_h #define _plCAnimParamBlock_h
#include "HeadSpin.h"
#include "Max.h" #include "Max.h"
#include "iparamb2.h" #include "iparamb2.h"
#include "iparamm2.h" #include "iparamm2.h"

View File

@ -42,6 +42,7 @@ You can contact Cyan Worlds, Inc. by email legal@cyan.com
#ifndef PL_COMPONENT_BASE_H #ifndef PL_COMPONENT_BASE_H
#define PL_COMPONENT_BASE_H #define PL_COMPONENT_BASE_H
#include "HeadSpin.h"
#include "Max.h" #include "Max.h"
#include "iparamb2.h" #include "iparamb2.h"
#include "iparamm2.h" #include "iparamm2.h"

View File

@ -42,6 +42,7 @@ You can contact Cyan Worlds, Inc. by email legal@cyan.com
#ifndef plPickNodeBase_h_inc #ifndef plPickNodeBase_h_inc
#define plPickNodeBase_h_inc #define plPickNodeBase_h_inc
#include "HeadSpin.h"
#include "max.h" #include "max.h"
#include <vector> #include <vector>

View File

@ -59,6 +59,7 @@ You can contact Cyan Worlds, Inc. by email legal@cyan.com
/////////////////////////////////////////////////////////////////////////////// ///////////////////////////////////////////////////////////////////////////////
#include "HeadSpin.h"
#include "Max.h" #include "Max.h"
#include "stdmat.h" #include "stdmat.h"
#include "istdplug.h" #include "istdplug.h"

View File

@ -42,6 +42,7 @@ You can contact Cyan Worlds, Inc. by email legal@cyan.com
#ifndef PL_CLOTHINGMTL_H #ifndef PL_CLOTHINGMTL_H
#define PL_CLOTHINGMTL_H #define PL_CLOTHINGMTL_H
#include "HeadSpin.h"
#include "Max.h" #include "Max.h"
#include "iparamb2.h" #include "iparamb2.h"
#include "../resource.h" #include "../resource.h"