summaryrefslogtreecommitdiff
path: root/plugins/ExternalAPI/m_flash.h
diff options
context:
space:
mode:
authorGeorge Hazan <george.hazan@gmail.com>2012-06-20 08:05:51 +0000
committerGeorge Hazan <george.hazan@gmail.com>2012-06-20 08:05:51 +0000
commit18540e71624543fd0181b764a6913aa6bf8eb75d (patch)
tree2fc7dc37339a353b53cbe878138ffd69227accfb /plugins/ExternalAPI/m_flash.h
parenta00d983ecdb1d58e2bc7f7b3a6d1b3c2c169ae70 (diff)
more avatar fixes
git-svn-id: http://svn.miranda-ng.org/main/trunk@498 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'plugins/ExternalAPI/m_flash.h')
-rw-r--r--plugins/ExternalAPI/m_flash.h10
1 files changed, 5 insertions, 5 deletions
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;