summaryrefslogtreecommitdiff
path: root/protocols/Yahoo/src/proto.h
diff options
context:
space:
mode:
authorGeorge Hazan <george.hazan@gmail.com>2013-01-05 15:07:22 +0000
committerGeorge Hazan <george.hazan@gmail.com>2013-01-05 15:07:22 +0000
commit7dc3df386f9b0fadc115ff55eefb8fbeb1c3077a (patch)
treec8162e48af58f6d4ee4667cd6ca6400d01a9f7e5 /protocols/Yahoo/src/proto.h
parent3cd763c7a9c62bfb1c1dc43246b2199ee9427e92 (diff)
- fix for Unicode popups;
- code cleaning git-svn-id: http://svn.miranda-ng.org/main/trunk@2980 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'protocols/Yahoo/src/proto.h')
-rw-r--r--protocols/Yahoo/src/proto.h8
1 files changed, 4 insertions, 4 deletions
diff --git a/protocols/Yahoo/src/proto.h b/protocols/Yahoo/src/proto.h
index e40c465632..7c6150f1aa 100644
--- a/protocols/Yahoo/src/proto.h
+++ b/protocols/Yahoo/src/proto.h
@@ -57,7 +57,7 @@ struct CYahooProto : public PROTO_INTERFACE, public MZeroedObject
virtual int __cdecl FileDeny( HANDLE hContact, HANDLE hTransfer, const PROTOCHAR* szReason );
virtual int __cdecl FileResume( HANDLE hTransfer, int* action, const PROTOCHAR** szFilename );
- virtual DWORD_PTR __cdecl GetCaps( int type, HANDLE hContact = NULL );
+ virtual DWORD_PTR __cdecl GetCaps( int type, HANDLE hContact = NULL);
virtual HICON __cdecl GetIcon( int iconIndex );
virtual int __cdecl GetInfo( HANDLE hContact, int infoType );
@@ -268,9 +268,9 @@ struct CYahooProto : public PROTO_INTERFACE, public MZeroedObject
int SendBroadcast( HANDLE hContact, int type, int result, HANDLE hProcess, LPARAM lParam );
- int ShowNotification(const char *title, const char *info, DWORD flags);
- void ShowError(const char *title, const char *buff);
- int ShowPopup( const char* nickname, const char* msg, const char *szURL );
+ int ShowNotification(const TCHAR *title, const TCHAR *info, DWORD flags);
+ void ShowError(const TCHAR *title, const TCHAR *buff);
+ int ShowPopup( const TCHAR* nickname, const TCHAR* msg, const char *szURL );
bool IsMyContact(HANDLE hContact);
#ifdef __GNUC__