Browse Source

Oops, fix typo

rdb 14 years ago
parent
commit
356c7de5f2
1 changed files with 1 additions and 1 deletions
  1. 1 1
      pandatool/src/maxegg/maxEgg.cxx

+ 1 - 1
pandatool/src/maxegg/maxEgg.cxx

@@ -807,7 +807,7 @@ BOOL WINAPI DllMain(HINSTANCE hinstDLL,ULONG fdwReason,LPVOID lpvReserved)
         if (!controlsInit) {
                 controlsInit = TRUE;
 
-#ifdef MAX_VERSION_MAJOR < 14
+#if MAX_VERSION_MAJOR < 14
                 // It appears that InitCustomControls is deprecated in 2012.
                 // 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.