mirror of
https://foundry.openuru.org/gitblit/r/CWE-ou-minkata.git
synced 2025-07-17 10:52:46 +00:00
Untangle MaxConvert
Fix compilation as a result of hsWindows. Also, add precompiled header support (this shaves off 9 seconds on my machine) and fix some warnings. As we saw in the PCH-ization of pfPython, includes were untangled (to some extent) and forward declarations were introduced where appropriate.
This commit is contained in:
@ -48,7 +48,7 @@ You can contact Cyan Worlds, Inc. by email legal@cyan.com
|
||||
#ifndef _PLASMA_MAXCOMPAT_H
|
||||
#define _PLASMA_MAXCOMPAT_H
|
||||
|
||||
#include "maxversion.h"
|
||||
#include <maxversion.h>
|
||||
|
||||
#if MAX_VERSION_MAJOR <= 9
|
||||
#define BMMCOLOR(x, y, z, w) \
|
||||
|
Reference in New Issue
Block a user