Oops, fix typo

This commit is contained in:
rdb 2011-09-01 09:05:49 +00:00
parent d7c2cd218d
commit 356c7de5f2

View File

@ -807,7 +807,7 @@ BOOL WINAPI DllMain(HINSTANCE hinstDLL,ULONG fdwReason,LPVOID lpvReserved)
if (!controlsInit) { if (!controlsInit) {
controlsInit = TRUE; controlsInit = TRUE;
#ifdef MAX_VERSION_MAJOR < 14 #if MAX_VERSION_MAJOR < 14
// It appears that InitCustomControls is deprecated in 2012. // It appears that InitCustomControls is deprecated in 2012.
// I'm not sure if we can just remove it like this, but // I'm not sure if we can just remove it like this, but
// I've heard that it seems to work, so let's do it like this. // I've heard that it seems to work, so let's do it like this.