diff options
author | Tobias Weimer <wishmaster51@googlemail.com> | 2013-02-09 12:20:15 +0000 |
---|---|---|
committer | Tobias Weimer <wishmaster51@googlemail.com> | 2013-02-09 12:20:15 +0000 |
commit | b6e19e03f14dbb9e6aff78fca9af15a77dc8911e (patch) | |
tree | ebef8addb366b97bac43a21da5811ac0cfffa326 /plugins/Msg_Export/src | |
parent | ce3ab93c2c61a22ac4cd38c05ea9e71e4f9695ae (diff) |
ressource fixes
git-svn-id: http://svn.miranda-ng.org/main/trunk@3500 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'plugins/Msg_Export/src')
-rwxr-xr-x | plugins/Msg_Export/src/main.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/Msg_Export/src/main.cpp b/plugins/Msg_Export/src/main.cpp index 48aa0b9afe..25f08c78f2 100755 --- a/plugins/Msg_Export/src/main.cpp +++ b/plugins/Msg_Export/src/main.cpp @@ -228,7 +228,7 @@ BOOL WINAPI DllMain(HINSTANCE hinst, DWORD /*fdwReason*/, LPVOID /*lpvReserved*/ // Developer : KN
/////////////////////////////////////////////////////////////////////
-extern "C" __declspec(dllexport) PLUGININFOEX* MirandaPluginInfoEx(DWORD mirandaVersion)
+extern "C" __declspec(dllexport) PLUGININFOEX* MirandaPluginInfoEx(DWORD)
{
return &pluginInfo;
}
|