From 45358c3507af7d4bb32c031eaa25708905effa91 Mon Sep 17 00:00:00 2001 From: George Hazan Date: Thu, 14 Mar 2013 21:05:30 +0000 Subject: old ansi popups removed, noone used them anyway git-svn-id: http://svn.miranda-ng.org/main/trunk@4034 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c --- plugins/!NotAdopted/Chess4Net/MI/MirandaINC/m_popup.inc | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'plugins/!NotAdopted/Chess4Net') diff --git a/plugins/!NotAdopted/Chess4Net/MI/MirandaINC/m_popup.inc b/plugins/!NotAdopted/Chess4Net/MI/MirandaINC/m_popup.inc index f8d2ea9df9..22c5c01835 100644 --- a/plugins/!NotAdopted/Chess4Net/MI/MirandaINC/m_popup.inc +++ b/plugins/!NotAdopted/Chess4Net/MI/MirandaINC/m_popup.inc @@ -52,8 +52,8 @@ type // for info on what this stuff is, see m_popup.h - PPOPUPDATAEX = ^TPOPUPDATAEX; - TPOPUPDATAEX = record + PPOPUPDATA = ^TPOPUPDATA; + TPOPUPDATA = record lchContact: HCONTACT; lchIcon: THandle; lpszContactName: array[0..MAX_CONTACTNAME-1] of Char; @@ -85,7 +85,7 @@ const lParam = 0 *) - MS_POPUP_ADDPOPUPEX = 'PopUp/AddPopUpEx'; + MS_POPUP_ADDPOPUP = 'PopUp/AddPopUpEx'; (* Returns the handle to the contact associated to the specified PopUpWindow. -- cgit v1.2.3