From b69e43b4e37cd4e3d70c4f64970a4bbf0666cf8c Mon Sep 17 00:00:00 2001 From: actboy168 Date: Sat, 8 Mar 2014 21:48:04 +0800 Subject: [PATCH] =?UTF-8?q?=E5=8E=BB=E6=8E=89=E6=B5=8B=E8=AF=95=E4=BB=A3?= =?UTF-8?q?=E7=A0=81?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Development/Editor/Plugin/WE/YDFont/DllMain.cpp | 1 - 1 file changed, 1 deletion(-) diff --git a/Development/Editor/Plugin/WE/YDFont/DllMain.cpp b/Development/Editor/Plugin/WE/YDFont/DllMain.cpp index 6c7cf05d6..03ee956af 100644 --- a/Development/Editor/Plugin/WE/YDFont/DllMain.cpp +++ b/Development/Editor/Plugin/WE/YDFont/DllMain.cpp @@ -7,7 +7,6 @@ BOOL APIENTRY DllMain(HMODULE module, DWORD reason, LPVOID pReserved) if (reason == DLL_PROCESS_ATTACH) { ::DisableThreadLibraryCalls(module); - MessageBox(0, 0, 0, 0); g_fontptr.reset(new FontManager(base::path::self().parent_path())); } else if (reason == DLL_PROCESS_DETACH)