summaryrefslogtreecommitdiff
path: root/plugins/StartPosition/src
diff options
context:
space:
mode:
authorGeorge Hazan <ghazan@miranda.im>2018-05-15 21:42:46 +0300
committerGeorge Hazan <ghazan@miranda.im>2018-05-15 21:42:46 +0300
commitde594644d5c14142346cbb039b027af79e718904 (patch)
tree50bb0688a110b51afc421e53a3b2768d543ae1a9 /plugins/StartPosition/src
parentf058025a75b2585c394e89ba6ed632ff2f2bc065 (diff)
cmstub.lib statically linked to any plugin that uses CMPlugin template
Diffstat (limited to 'plugins/StartPosition/src')
-rw-r--r--plugins/StartPosition/src/main.cpp2
1 files changed, 0 insertions, 2 deletions
diff --git a/plugins/StartPosition/src/main.cpp b/plugins/StartPosition/src/main.cpp
index c4bab80218..36705787a5 100644
--- a/plugins/StartPosition/src/main.cpp
+++ b/plugins/StartPosition/src/main.cpp
@@ -48,8 +48,6 @@ extern "C" __declspec(dllexport) PLUGININFOEX* MirandaPluginInfoEx(DWORD)
CMPlugin g_plugin;
-extern "C" _pfnCrtInit _pRawDllMain = &CMPlugin::RawDllMain;
-
/////////////////////////////////////////////////////////////////////////////////////////
extern "C" __declspec(dllexport) int Load(void)