From 18540e71624543fd0181b764a6913aa6bf8eb75d Mon Sep 17 00:00:00 2001 From: George Hazan Date: Wed, 20 Jun 2012 08:05:51 +0000 Subject: more avatar fixes git-svn-id: http://svn.miranda-ng.org/main/trunk@498 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c --- plugins/ExternalAPI/m_flash.h | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) (limited to 'plugins/ExternalAPI') diff --git a/plugins/ExternalAPI/m_flash.h b/plugins/ExternalAPI/m_flash.h index 97348dee61..2718e1982a 100644 --- a/plugins/ExternalAPI/m_flash.h +++ b/plugins/ExternalAPI/m_flash.h @@ -79,11 +79,11 @@ Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. // FLASHAVATAR structure typedef struct { - HANDLE hContact; // contact who flash avatar belongs to - HWND hWindow; // handle of flash avatar object + HANDLE hContact; // contact who flash avatar belongs to + HWND hWindow; // handle of flash avatar object HWND hParentWindow; // handle of flash avatar's parent object - char* cUrl; // url of .swf file - int id; // unique number of plugin which wants to use avatar service - char* cProto; // contact's protocol + TCHAR* cUrl; // url of .swf file + int id; // unique number of plugin which wants to use avatar service + char* cProto; // contact's protocol char reserved[16]; } FLASHAVATAR; -- cgit v1.2.3