From ec99e8cf5072d79727db88a0482d71cb6cf620e1 Mon Sep 17 00:00:00 2001 From: "(no author)" <(no author)@4f64403b-2f21-0410-a795-97e2b3489a10> Date: Sun, 21 Mar 2010 14:12:39 +0000 Subject: Changed name for x64 version git-svn-id: https://server.scottellis.com.au/svn/mim_plugs@484 4f64403b-2f21-0410-a795-97e2b3489a10 --- updater/version.h | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) (limited to 'updater/version.h') 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" -- cgit v1.2.3