diff options
-rw-r--r-- | tipper/version.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tipper/version.h b/tipper/version.h index 5c78925..fbd8045 100644 --- a/tipper/version.h +++ b/tipper/version.h @@ -19,7 +19,7 @@ #ifdef _WIN64
#define __PLUGIN_NAME "Tipper (x64)"
-#elif _UNICODE
+#elif defined _UNICODE
#define __PLUGIN_NAME "Tipper (Unicode)"
#else
#define __PLUGIN_NAME "Tipper (ANSI)"
|