diff options
author | George Hazan <ghazan@miranda.im> | 2018-05-15 21:42:46 +0300 |
---|---|---|
committer | George Hazan <ghazan@miranda.im> | 2018-05-15 21:42:46 +0300 |
commit | de594644d5c14142346cbb039b027af79e718904 (patch) | |
tree | 50bb0688a110b51afc421e53a3b2768d543ae1a9 /protocols/MSN/src/msn.cpp | |
parent | f058025a75b2585c394e89ba6ed632ff2f2bc065 (diff) |
cmstub.lib statically linked to any plugin that uses CMPlugin template
Diffstat (limited to 'protocols/MSN/src/msn.cpp')
-rw-r--r-- | protocols/MSN/src/msn.cpp | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/protocols/MSN/src/msn.cpp b/protocols/MSN/src/msn.cpp index 703df9323c..5f3a7f58be 100644 --- a/protocols/MSN/src/msn.cpp +++ b/protocols/MSN/src/msn.cpp @@ -67,8 +67,6 @@ extern "C" __declspec(dllexport) const MUUID MirandaInterfaces[] = { MIID_PROTOC CMPlugin g_plugin;
-extern "C" _pfnCrtInit _pRawDllMain = &CMPlugin::RawDllMain;
-
/////////////////////////////////////////////////////////////////////////////////////////
// OnModulesLoaded - finalizes plugin's configuration on load
|