From de594644d5c14142346cbb039b027af79e718904 Mon Sep 17 00:00:00 2001 From: George Hazan Date: Tue, 15 May 2018 21:42:46 +0300 Subject: cmstub.lib statically linked to any plugin that uses CMPlugin template --- plugins/Weather/src/weather.cpp | 2 -- 1 file changed, 2 deletions(-) (limited to 'plugins/Weather/src') diff --git a/plugins/Weather/src/weather.cpp b/plugins/Weather/src/weather.cpp index 55c5b92c25..3920685b73 100644 --- a/plugins/Weather/src/weather.cpp +++ b/plugins/Weather/src/weather.cpp @@ -61,8 +61,6 @@ HANDLE hTBButton = nullptr; CMPlugin g_plugin; -extern "C" _pfnCrtInit _pRawDllMain = &CMPlugin::RawDllMain; - ///////////////////////////////////////////////////////////////////////////////////////// // plugin info -- cgit v1.2.3