diff options
author | Tobias Weimer <wishmaster51@googlemail.com> | 2014-05-22 18:28:59 +0000 |
---|---|---|
committer | Tobias Weimer <wishmaster51@googlemail.com> | 2014-05-22 18:28:59 +0000 |
commit | 8fceb2db2ea58d7d105194b4e03a80ddd566ad6e (patch) | |
tree | e34c5ea97eb81391c836916feb0a0938f79d4681 /plugins/GmailNotifier/src/check.cpp | |
parent | 2091bf8b8faa00b04515677ddde7cf6817196b59 (diff) |
GMailNotifier:
-Fixed hangup in options (fixes #675)
-Fixed Apply button
-ressource fixes
git-svn-id: http://svn.miranda-ng.org/main/trunk@9280 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'plugins/GmailNotifier/src/check.cpp')
-rw-r--r-- | plugins/GmailNotifier/src/check.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/GmailNotifier/src/check.cpp b/plugins/GmailNotifier/src/check.cpp index 06f73d6326..b3821cb7cf 100644 --- a/plugins/GmailNotifier/src/check.cpp +++ b/plugins/GmailNotifier/src/check.cpp @@ -128,7 +128,7 @@ error_handle: curAcc->IsChecking = FALSE;
}
-void __cdecl Check_ThreadFunc(LPVOID lpParam)
+void __cdecl Check_ThreadFunc(void *lpParam)
{
InternetSetCookieA("https://mail.google.com/mail/", "GX", "");
if (lpParam) {
|