diff options
Diffstat (limited to 'src/core/stduseronline/src/main.cpp')
-rw-r--r-- | src/core/stduseronline/src/main.cpp | 8 |
1 files changed, 1 insertions, 7 deletions
diff --git a/src/core/stduseronline/src/main.cpp b/src/core/stduseronline/src/main.cpp index 2d4a395103..3273f7f579 100644 --- a/src/core/stduseronline/src/main.cpp +++ b/src/core/stduseronline/src/main.cpp @@ -23,8 +23,8 @@ with this program; if not, write to the Free Software Foundation, Inc., int LoadUserOnlineModule(void);
+CMPlugin g_plugin;
CLIST_INTERFACE* pcli;
-HINSTANCE hInst;
int hLangpack;
PLUGININFOEX pluginInfo = {
@@ -40,12 +40,6 @@ PLUGININFOEX pluginInfo = { { 0x251c78d7, 0xf6e0, 0x4083, {0x92, 0xdc, 0x25, 0x2d, 0xcb, 0x3b, 0xe7, 0x24}}
};
-BOOL WINAPI DllMain(HINSTANCE hinstDLL, DWORD, LPVOID)
-{
- hInst = hinstDLL;
- return TRUE;
-}
-
extern "C" __declspec(dllexport) PLUGININFOEX* MirandaPluginInfoEx(DWORD)
{
return &pluginInfo;
|