try to fix mzcom

This commit is contained in:
Matthew Flatt 2010-05-10 20:40:18 -06:00
parent bf2b8478fd
commit 2159807e4a

View File

@ -108,10 +108,10 @@ extern "C" int WINAPI _tWinMain(HINSTANCE hInstance,
lpCmdLine = GetCommandLine(); //this line necessary for _ATL_MIN_CRT lpCmdLine = GetCommandLine(); //this line necessary for _ATL_MIN_CRT
#ifdef MZCOM_3M #ifdef MZCOM_3M
load_delayed_dll(hInstance, "libmzsch3mxxxxxxx.dll"); load_delayed_dll(hInstance, "libracket3mxxxxxxx.dll");
#else #else
load_delayed_dll(hInstance, "libmzgcxxxxxxx.dll"); load_delayed_dll(hInstance, "libmzgcxxxxxxx.dll");
load_delayed_dll(hInstance, "libmzschxxxxxxx.dll"); load_delayed_dll(hInstance, "libracketxxxxxxx.dll");
#endif #endif
#if _WIN32_WINNT >= 0x0400 & defined(_ATL_FREE_THREADED) #if _WIN32_WINNT >= 0x0400 & defined(_ATL_FREE_THREADED)