From 2baef4bfd282c0cc7a1672a74a4df11cab50643b Mon Sep 17 00:00:00 2001 From: Kirill Volinsky Date: Wed, 17 Dec 2014 20:14:24 +0000 Subject: MyDetails: changed warning lavel to w4 git-svn-id: http://svn.miranda-ng.org/main/trunk@11491 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c --- plugins/MyDetails/src/commons.h | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) (limited to 'plugins/MyDetails/src/commons.h') diff --git a/plugins/MyDetails/src/commons.h b/plugins/MyDetails/src/commons.h index c779a189db..b18b58c210 100644 --- a/plugins/MyDetails/src/commons.h +++ b/plugins/MyDetails/src/commons.h @@ -1,4 +1,4 @@ -/* +/* Copyright (C) 2005 Ricardo Pescuma Domenecci This is free software; you can redistribute it and/or @@ -14,7 +14,7 @@ Library General Public License for more details. You should have received a copy of the GNU Library General Public License along with this file; see the file license.txt. If not, write to the Free Software Foundation, Inc., 59 Temple Place - Suite 330, -Boston, MA 02111-1307, USA. +Boston, MA 02111-1307, USA. */ @@ -67,8 +67,6 @@ Boston, MA 02111-1307, USA. #define SETTING_DEFAULT_NICK "DefaultNick" extern HINSTANCE hInst; -extern long nickname_dialog_open; -extern long status_msg_dialog_open; extern bool g_bFramesExist, g_bAvsExist; #define PS_GETMYNICKNAMEMAXLENGTH "/GetMyNicknameMaxLength" @@ -87,7 +85,7 @@ static __inline int DRAW_TEXT(HDC hDC, LPCTSTR lpString, int nCount, LPRECT lpRe { if (!opts.replace_smileys) return DrawText(hDC, lpString, nCount, lpRect, uFormat); - + return Smileys_DrawText(hDC, lpString, nCount, lpRect, uFormat | (opts.resize_smileys ? DT_RESIZE_SMILEYS : 0), opts.use_contact_list_smileys ? "clist" : protocol, NULL); } -- cgit v1.2.3