summaryrefslogtreecommitdiff
path: root/include/m_contacts.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/m_contacts.h')
-rw-r--r--include/m_contacts.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/m_contacts.h b/include/m_contacts.h
index 549c9d589e..dd14dfd39d 100644
--- a/include/m_contacts.h
+++ b/include/m_contacts.h
@@ -88,7 +88,7 @@ typedef struct {
// Add this flag if you want to get the Unicode info
#define CNF_UNICODE 0x80
-#if defined( _UNICODE )
+#if defined(_UNICODE)
#define CNF_TCHAR CNF_UNICODE // will use TCHAR* instead of char*
#else
#define CNF_TCHAR 0 // will return char*, as usual