From 356c7de5f259f82d7542bd5e4de4e5524cdd6e8f Mon Sep 17 00:00:00 2001 From: rdb Date: Thu, 1 Sep 2011 09:05:49 +0000 Subject: [PATCH] Oops, fix typo --- pandatool/src/maxegg/maxEgg.cxx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pandatool/src/maxegg/maxEgg.cxx b/pandatool/src/maxegg/maxEgg.cxx index a8f2c2cbee..f84d6dd7fc 100755 --- a/pandatool/src/maxegg/maxEgg.cxx +++ b/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.