From 0e3db0eb1dfe2cb30a14f0198fb5aa22f00a4b26 Mon Sep 17 00:00:00 2001 From: Gluzskiy Alexandr Date: Mon, 15 Feb 2010 04:47:05 +0300 Subject: gcc(mingw) compilation fix --- stopspam_mod/init.cpp | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'stopspam_mod/init.cpp') diff --git a/stopspam_mod/init.cpp b/stopspam_mod/init.cpp index 2e7b114..ab1bf4f 100644 --- a/stopspam_mod/init.cpp +++ b/stopspam_mod/init.cpp @@ -119,6 +119,7 @@ extern "C" __declspec(dllexport) PLUGININFOEX* MirandaPluginInfoEx(DWORD miranda return &pluginInfoEx; } +extern tstring DBGetContactSettingStringPAN(HANDLE hContact, char const * szModule, char const * szSetting, tstring errorValue); void InitVars() { @@ -206,4 +207,4 @@ extern "C" int __declspec(dllexport) Unload(void) { miranda::EventHooker::UnhookAll(); return 0; -} \ No newline at end of file +} -- cgit v1.2.3