From b280d2eae93fb22b4fdb45218d8a06287a97030e Mon Sep 17 00:00:00 2001
From: Kirill Volinsky <mataes2007@gmail.com>
Date: Fri, 22 May 2015 12:49:22 +0000
Subject: replace _tcscmp to mir_tstrcmp

git-svn-id: http://svn.miranda-ng.org/main/trunk@13753 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
---
 protocols/Omegle/src/main.cpp | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

(limited to 'protocols/Omegle')

diff --git a/protocols/Omegle/src/main.cpp b/protocols/Omegle/src/main.cpp
index bc4ce92aaf..603b1ff1f3 100644
--- a/protocols/Omegle/src/main.cpp
+++ b/protocols/Omegle/src/main.cpp
@@ -49,7 +49,7 @@ PLUGININFOEX pluginInfo = {
 // Protocol instances
 static int compare_protos(const OmegleProto *p1, const OmegleProto *p2)
 {
-	return _tcscmp(p1->m_tszUserName, p2->m_tszUserName);
+	return mir_tstrcmp(p1->m_tszUserName, p2->m_tszUserName);
 }
 
 OBJLIST<OmegleProto> g_Instances(1, compare_protos);
-- 
cgit v1.2.3