summaryrefslogtreecommitdiff
path: root/protocols/Dummy/src/dummy_proto.h
diff options
context:
space:
mode:
Diffstat (limited to 'protocols/Dummy/src/dummy_proto.h')
-rw-r--r--protocols/Dummy/src/dummy_proto.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/protocols/Dummy/src/dummy_proto.h b/protocols/Dummy/src/dummy_proto.h
index d2da9b0d61..2543c949da 100644
--- a/protocols/Dummy/src/dummy_proto.h
+++ b/protocols/Dummy/src/dummy_proto.h
@@ -19,7 +19,7 @@ struct CDummyProto;
struct CDummyProto : public PROTO<CDummyProto>
{
- CDummyProto(const char*, const TCHAR*);
+ CDummyProto(const char*, const wchar_t*);
~CDummyProto();
//====================================================================================
@@ -32,7 +32,7 @@ struct CDummyProto : public PROTO<CDummyProto>
virtual int __cdecl SetStatus(int iNewStatus);
- virtual HANDLE __cdecl SearchBasic(const TCHAR* id);
+ virtual HANDLE __cdecl SearchBasic(const wchar_t* id);
virtual MCONTACT __cdecl AddToList(int flags, PROTOSEARCHRESULT* psr);