diff options
author | Vadim Dashevskiy <watcherhd@gmail.com> | 2012-06-15 16:18:13 +0000 |
---|---|---|
committer | Vadim Dashevskiy <watcherhd@gmail.com> | 2012-06-15 16:18:13 +0000 |
commit | 09ba010a1f1966818249e15bb652269a944d1476 (patch) | |
tree | fd8f5e1ebb8807cbcf190b31774ed3449cfb6bc8 /protocols/MSN/msn_global.h | |
parent | 67f1c36da9aca19e37803110aa243280e5cf053b (diff) |
MSN reverted
git-svn-id: http://svn.miranda-ng.org/main/trunk@428 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'protocols/MSN/msn_global.h')
-rw-r--r-- | protocols/MSN/msn_global.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/protocols/MSN/msn_global.h b/protocols/MSN/msn_global.h index a791edadd9..0edd856495 100644 --- a/protocols/MSN/msn_global.h +++ b/protocols/MSN/msn_global.h @@ -220,7 +220,7 @@ __inline char* lrtrimp(char* str) { return ltrimp(rtrim(str)); }; char* arrayToHex(BYTE* data, size_t datasz);
-#if defined(_WIN64)
+#if defined(_UNICODE) || defined(_WIN64)
#define MyInterlockedIncrement InterlockedIncrement
|