diff options
Diffstat (limited to 'protocols/WhatsApp/src/constants.h')
-rw-r--r-- | protocols/WhatsApp/src/constants.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/protocols/WhatsApp/src/constants.h b/protocols/WhatsApp/src/constants.h index 2fb002ab5b..e535eabded 100644 --- a/protocols/WhatsApp/src/constants.h +++ b/protocols/WhatsApp/src/constants.h @@ -2,7 +2,7 @@ #define CONSTANTS_H
// Version management
-#define PRODUCT_NAME _T("WhatsApp Protocol")
+#define PRODUCT_NAME L"WhatsApp Protocol"
// Limits
#define WHATSAPP_GROUP_NAME_LIMIT 420
|