diff options
author | George Hazan <ghazan@miranda.im> | 2018-05-17 23:05:34 +0300 |
---|---|---|
committer | George Hazan <ghazan@miranda.im> | 2018-05-17 23:05:34 +0300 |
commit | 315179201a9f3ee4d048052613c9b5d85d3da9b4 (patch) | |
tree | 33775e38d88a7e93fa647c6bdb27acaf395fbd89 /plugins/UserInfoEx/src/init.cpp | |
parent | 88b04fed4966b0f1686690cb6101854afb52a5ee (diff) |
missing function restored
Diffstat (limited to 'plugins/UserInfoEx/src/init.cpp')
-rw-r--r-- | plugins/UserInfoEx/src/init.cpp | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/plugins/UserInfoEx/src/init.cpp b/plugins/UserInfoEx/src/init.cpp index a2191e14d2..e366ddf91f 100644 --- a/plugins/UserInfoEx/src/init.cpp +++ b/plugins/UserInfoEx/src/init.cpp @@ -42,6 +42,11 @@ static PLUGININFOEX pluginInfo = {0x9c23a24b, 0xe6aa, 0x43c6, {0xb0, 0xb8, 0xd6, 0xc3, 0x6d, 0x2f, 0x7b, 0x57}}
};
+extern "C" __declspec(dllexport) PLUGININFOEX* MirandaPluginInfoEx(DWORD)
+{
+ return &pluginInfo;
+}
+
/*
============================================================================================
event hooks
|