summaryrefslogtreecommitdiff
path: root/tipper/tipper.cpp
diff options
context:
space:
mode:
author(no author) <(no author)@4f64403b-2f21-0410-a795-97e2b3489a10>2010-06-16 20:40:57 +0000
committer(no author) <(no author)@4f64403b-2f21-0410-a795-97e2b3489a10>2010-06-16 20:40:57 +0000
commit6c12bafe804c7d20056a93c72cbe935c10802f9a (patch)
treeff8aaffaa9cd3cef422f4f4d075d49fe2006c00d /tipper/tipper.cpp
parent1af4404ec3ac1bc9355e6381bdfcac53a15e5121 (diff)
- fix for the Unicode status messages
- removed MS_AWAY_GETPROTOSTATUSMESSAGE git-svn-id: https://server.scottellis.com.au/svn/mim_plugs@523 4f64403b-2f21-0410-a795-97e2b3489a10
Diffstat (limited to 'tipper/tipper.cpp')
-rw-r--r--tipper/tipper.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/tipper/tipper.cpp b/tipper/tipper.cpp
index 59a5117..cfa08e9 100644
--- a/tipper/tipper.cpp
+++ b/tipper/tipper.cpp
@@ -53,7 +53,7 @@ extern "C" BOOL APIENTRY DllMain( HMODULE hModule, DWORD ul_reason_for_call, LP
{
hInst = hModule;
DisableThreadLibraryCalls(hInst);
- return TRUE;
+ return TRUE;
}
extern "C" __declspec(dllexport) PLUGININFOEX* MirandaPluginInfoEx(DWORD mirandaVersion)