summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
author(no author) <(no author)@4f64403b-2f21-0410-a795-97e2b3489a10>2011-03-22 10:42:57 +0000
committer(no author) <(no author)@4f64403b-2f21-0410-a795-97e2b3489a10>2011-03-22 10:42:57 +0000
commit99fd1c8f1a4c3047080e4f8552face442195b499 (patch)
tree8359da532f5809532717ba50f04bbd11f3b7bbb2
parente1d43133dc56ded6fce324f5e153b55fbe4a9ce7 (diff)
Compilation fix
git-svn-id: https://server.scottellis.com.au/svn/mim_plugs@591 4f64403b-2f21-0410-a795-97e2b3489a10
-rw-r--r--tipper/version.h2
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)"