summaryrefslogtreecommitdiff
path: root/src/mir_app/src/path.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'src/mir_app/src/path.cpp')
-rw-r--r--src/mir_app/src/path.cpp2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mir_app/src/path.cpp b/src/mir_app/src/path.cpp
index 5317af26fe..cf6f935f07 100644
--- a/src/mir_app/src/path.cpp
+++ b/src/mir_app/src/path.cpp
@@ -44,7 +44,7 @@ wchar_t* GetContactID(MCONTACT hContact)
/////////////////////////////////////////////////////////////////////////////////////////
// Variables parser
-#define XSTR(target, s) _xstrselect(target, s, _T(s))
+#define XSTR(target, s) _xstrselect(target, s, _A2W(s))
static __forceinline int _xcscmp(const char *s1, const char *s2) { return strcmp(s1, s2); }
static __forceinline int _xcsncmp(const char *s1, const char *s2, size_t n) { return strncmp(s1, s2, n); }