From 8af2738f3ce3fd91a7dbebbe9e747b441036bc08 Mon Sep 17 00:00:00 2001 From: Rozhuk Ivan Date: Mon, 26 Jan 2015 09:48:48 +0000 Subject: SMS: fix x64 SendScreenShot: types changed git-svn-id: http://svn.miranda-ng.org/main/trunk@11916 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c --- plugins/SMS/src/senddlg.cpp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'plugins/SMS/src') diff --git a/plugins/SMS/src/senddlg.cpp b/plugins/SMS/src/senddlg.cpp index dc5713d17e..6f336ecdf9 100644 --- a/plugins/SMS/src/senddlg.cpp +++ b/plugins/SMS/src/senddlg.cpp @@ -240,7 +240,7 @@ INT_PTR CALLBACK SendSmsDlgProc(HWND hWndDlg,UINT message,WPARAM wParam,LPARAM l LoadMsgDlgFont(MSGFONTID_MESSAGEAREA,NULL,&colour); SetTextColor((HDC)wParam,colour); SetBkColor((HDC)wParam,db_get_dw(NULL,SRMMMOD,SRMSGSET_INPBKGCOLOUR,SRMSGDEFSET_BKGCOLOUR)); - return((BOOL)psswdWindowData->hBkgBrush); + return((INT_PTR)psswdWindowData->hBkgBrush); } break; case DM_TIMEOUTDECIDED: -- cgit v1.2.3