diff --git a/Sources/Tools/MaxMain/MaxCompat.h b/Sources/Tools/MaxMain/MaxCompat.h index 81dee8d5..dcd2abdd 100644 --- a/Sources/Tools/MaxMain/MaxCompat.h +++ b/Sources/Tools/MaxMain/MaxCompat.h @@ -79,7 +79,7 @@ typedef TCHAR MCHAR; #endif // MAX_VERSION_MAJOR #if MAX_VERSION_MAJOR <= 11 // max 2009. Just a guess, really. 2010 doesn't need this function. -#define INIT_CUSTOM_CONTROLLS(instance) InitCustomControls(instance) +#define INIT_CUSTOM_CONTROLS(instance) InitCustomControls(instance) #else #define INIT_CUSTOM_CONTROLS(instance) #endif