summaryrefslogtreecommitdiff
path: root/protocols/MSN/msn_chat.cpp
diff options
context:
space:
mode:
authorVadim Dashevskiy <watcherhd@gmail.com>2012-06-15 16:35:29 +0000
committerVadim Dashevskiy <watcherhd@gmail.com>2012-06-15 16:35:29 +0000
commitb92b010ae92db3f61a20ff2f579a5b717cfc8168 (patch)
tree7be42a444fe210ba1476e7bfb41ee2f7c6008022 /protocols/MSN/msn_chat.cpp
parent09ba010a1f1966818249e15bb652269a944d1476 (diff)
MSN - done right
git-svn-id: http://svn.miranda-ng.org/main/trunk@429 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'protocols/MSN/msn_chat.cpp')
-rw-r--r--protocols/MSN/msn_chat.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/protocols/MSN/msn_chat.cpp b/protocols/MSN/msn_chat.cpp
index 1fc8fffbf3..490f1d453c 100644
--- a/protocols/MSN/msn_chat.cpp
+++ b/protocols/MSN/msn_chat.cpp
@@ -43,7 +43,7 @@ HANDLE CMsnProto::MSN_GetChatInernalHandle(HANDLE hContact)
int CMsnProto::MSN_ChatInit(WPARAM wParam, LPARAM)
{
ThreadData *info = (ThreadData*)wParam;
- MyInterlockedIncrement(&sttChatID);
+ InterlockedIncrement(&sttChatID);
_ltot(sttChatID, info->mChatID, 10);
TCHAR szName[512];