Browse Source

Fix typo in MaxCompat macro.

Joseph Davies 12 years ago
parent
commit
297e987036
  1. 2
      Sources/Tools/MaxMain/MaxCompat.h

2
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

Loading…
Cancel
Save