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:
@ -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"
|
||||||
|
@ -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"
|
||||||
|
@ -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>
|
||||||
|
|
||||||
|
@ -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"
|
||||||
|
@ -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"
|
||||||
|
Reference in New Issue
Block a user