diff options
author | Kirill Volinsky <mataes2007@gmail.com> | 2015-04-08 05:07:18 +0000 |
---|---|---|
committer | Kirill Volinsky <mataes2007@gmail.com> | 2015-04-08 05:07:18 +0000 |
commit | ce4b1a5b8f6ef72363f7aab778408e2cd317565e (patch) | |
tree | fd4665d11919f5c6e3497e89136d15c909f1ab5e /protocols/SkypeWeb/src/skype_proto.h | |
parent | ae1ec2faa3641b2cf43d2963738db22d2a008526 (diff) |
compilation fix
git-svn-id: http://svn.miranda-ng.org/main/trunk@12669 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'protocols/SkypeWeb/src/skype_proto.h')
-rw-r--r-- | protocols/SkypeWeb/src/skype_proto.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/protocols/SkypeWeb/src/skype_proto.h b/protocols/SkypeWeb/src/skype_proto.h index 7f06d05385..5c45aa1840 100644 --- a/protocols/SkypeWeb/src/skype_proto.h +++ b/protocols/SkypeWeb/src/skype_proto.h @@ -201,7 +201,7 @@ private: int OnSendMessage(MCONTACT hContact, int flags, const char *message);
void OnMessageSent(const NETLIBHTTPREQUEST *response, void *arg);
- int OnPreCreateMessage(WPARAM, LPARAM lParam);
+ int __cdecl OnPreCreateMessage(WPARAM, LPARAM lParam);
void OnGetServerHistory(const NETLIBHTTPREQUEST *response);
@@ -212,7 +212,7 @@ private: //polling
void ParsePollData(JSONNODE *data);
- void PollingThread(void*);
+ void __cdecl PollingThread(void*);
void ProcessEndpointPresenceRes(JSONNODE *node);
void ProcessUserPresenceRes(JSONNODE *node);
void ProcessNewMessageRes(JSONNODE *node);
|