diff options
author | Tobias Weimer <wishmaster51@googlemail.com> | 2013-01-12 20:18:54 +0000 |
---|---|---|
committer | Tobias Weimer <wishmaster51@googlemail.com> | 2013-01-12 20:18:54 +0000 |
commit | 1eb5d33e9916cd042323e8065961494c492d9416 (patch) | |
tree | e5954c68a7f34ed9a4937d60bb30e02d2770276c /plugins/FloatingContacts/src/fltcont.h | |
parent | eec8d5bd49a4f862ea926ad24ee07f19cdc10933 (diff) |
support for dropping unicode text (fixes #61)
git-svn-id: http://svn.miranda-ng.org/main/trunk@3081 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'plugins/FloatingContacts/src/fltcont.h')
-rw-r--r-- | plugins/FloatingContacts/src/fltcont.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/FloatingContacts/src/fltcont.h b/plugins/FloatingContacts/src/fltcont.h index 3d725d71bc..4f32f30f4e 100644 --- a/plugins/FloatingContacts/src/fltcont.h +++ b/plugins/FloatingContacts/src/fltcont.h @@ -152,7 +152,7 @@ static __forceinline BOOL ImageList_GetIconSize_my(HIMAGELIST himl, SIZE &sz) void RegHotkey ( HANDLE hContact, HWND hwnd );
BOOL IsStatusVisible ( int status );
BOOL HideOnFullScreen ();
-void SendMsgDialog ( HWND hwnd, char *pText );
+void SendMsgDialog ( HWND hwnd, TCHAR *pText );
void SaveContactsPos ( void );
/////////////////////////////////////////////////////////////////////////////
|