mirror of
https://foundry.openuru.org/gitblit/r/CWE-ou-minkata.git
synced 2025-07-17 10:52:46 +00:00
Fix typo in MaxCompat macro.
This commit is contained in:
@ -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
|
||||
|
Reference in New Issue
Block a user