From 8fceb2db2ea58d7d105194b4e03a80ddd566ad6e Mon Sep 17 00:00:00 2001 From: Tobias Weimer Date: Thu, 22 May 2014 18:28:59 +0000 Subject: 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 --- plugins/GmailNotifier/src/check.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'plugins/GmailNotifier/src/check.cpp') 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) { -- cgit v1.2.3