From 04ea225a48f0fe836361882cb0f78e7b99ee582f Mon Sep 17 00:00:00 2001 From: George Hazan Date: Mon, 24 Feb 2014 12:47:23 +0000 Subject: more useless conversions removed git-svn-id: http://svn.miranda-ng.org/main/trunk@8254 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c --- plugins/ConnectionNotify/src/ConnectionNotify.cpp | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'plugins/ConnectionNotify') diff --git a/plugins/ConnectionNotify/src/ConnectionNotify.cpp b/plugins/ConnectionNotify/src/ConnectionNotify.cpp index 474b7cff84..91be0a6a42 100644 --- a/plugins/ConnectionNotify/src/ConnectionNotify.cpp +++ b/plugins/ConnectionNotify/src/ConnectionNotify.cpp @@ -649,7 +649,7 @@ INT_PTR SetStatus(WPARAM wParam,LPARAM lParam) if (wParam == ID_STATUS_OFFLINE) { diffstat=0; - //PostThreadMessage(ConnectionCheckThreadId,WM_QUIT ,(WPARAM)0, (LPARAM)0); + //PostThreadMessage(ConnectionCheckThreadId,WM_QUIT ,0, 0); SetEvent(killCheckThreadEvent); } @@ -759,7 +759,7 @@ static LRESULT CALLBACK PopupDlgProc(HWND hWnd, UINT message, WPARAM wParam, LPA memcpy(conn,mpd,sizeof(struct CONNECTION)); PUDeletePopup(hWnd); - PostThreadMessage(FilterOptionsThreadId,WM_ADD_FILTER,(WPARAM)0, (LPARAM)conn); + PostThreadMessage(FilterOptionsThreadId,WM_ADD_FILTER,0, (LPARAM)conn); } break; @@ -858,8 +858,8 @@ static int preshutdown(WPARAM,LPARAM) deleteConnectionsTable(connExceptions); deleteConnectionsTable(connExceptionsTmp); - PostThreadMessage(ConnectionCheckThreadId,WM_QUIT ,(WPARAM)0, (LPARAM)0); - PostThreadMessage(FilterOptionsThreadId,WM_QUIT ,(WPARAM)0, (LPARAM)0); + PostThreadMessage(ConnectionCheckThreadId,WM_QUIT ,0, 0); + PostThreadMessage(FilterOptionsThreadId,WM_QUIT ,0, 0); return 0; } -- cgit v1.2.3