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/gmail.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'plugins/GmailNotifier/src/gmail.h') diff --git a/plugins/GmailNotifier/src/gmail.h b/plugins/GmailNotifier/src/gmail.h index 4f95173141..67e5eeda85 100644 --- a/plugins/GmailNotifier/src/gmail.h +++ b/plugins/GmailNotifier/src/gmail.h @@ -85,8 +85,8 @@ BOOL GetBrowser(char *); void CheckMailInbox(Account *); void NotifyUser(Account *); int OptInit(WPARAM, LPARAM); -void Check_ThreadFunc(LPVOID); -void Login_ThreadFunc(LPVOID); +void Check_ThreadFunc(void *); +void Login_ThreadFunc(void *); int OpenBrowser(WPARAM , LPARAM); int ParsePage(char *, resultLink *); void DeleteResults(resultLink *); -- cgit v1.2.3