summaryrefslogtreecommitdiff
path: root/protocols/MSN/msn_chat.cpp
diff options
context:
space:
mode:
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];