diff options
author | (no author) <(no author)@4f64403b-2f21-0410-a795-97e2b3489a10> | 2010-03-21 14:12:39 +0000 |
---|---|---|
committer | (no author) <(no author)@4f64403b-2f21-0410-a795-97e2b3489a10> | 2010-03-21 14:12:39 +0000 |
commit | ec99e8cf5072d79727db88a0482d71cb6cf620e1 (patch) | |
tree | 3f1b4d4d6893666f71c724db24196f6195658b4b | |
parent | a24a4eb20382fd4abce0bcaf15e6daeb4ed923d5 (diff) |
Changed name for x64 version
git-svn-id: https://server.scottellis.com.au/svn/mim_plugs@484 4f64403b-2f21-0410-a795-97e2b3489a10
-rw-r--r-- | updater/version.h | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/updater/version.h b/updater/version.h index 330b628..d6022f9 100644 --- a/updater/version.h +++ b/updater/version.h @@ -18,7 +18,9 @@ #define __COPYRIGHT "© 2005,2006 Scott Ellis"
#define __AUTHORWEB "http://www.scottellis.com.au"
-#ifdef _UNICODE
+#if defined(_WIN64)
+#define __PLUGIN_NAME "Updater x64"
+#elif defined(_UNICODE)
#define __PLUGIN_NAME "Updater (Unicode)"
#else
#define __PLUGIN_NAME "Updater"
|