From 0391d1965f4df5fd2e2e515d91756634c988ffd0 Mon Sep 17 00:00:00 2001 From: "(no author)" <(no author)@4f64403b-2f21-0410-a795-97e2b3489a10> Date: Sun, 21 Mar 2010 14:16:36 +0000 Subject: Changed name for x64 version git-svn-id: https://server.scottellis.com.au/svn/mim_plugs@485 4f64403b-2f21-0410-a795-97e2b3489a10 --- yapp/version.h | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/yapp/version.h b/yapp/version.h index e51ae7a..34e1ed6 100644 --- a/yapp/version.h +++ b/yapp/version.h @@ -17,7 +17,12 @@ #define __COPYRIGHT "© 2005,2006 Scott Ellis" #define __AUTHORWEB "http://www.scottellis.com.au" +#ifdef _WIN64 +#define __PLUGIN_NAME "YAPP x64" +#else #define __PLUGIN_NAME "YAPP" +#endif + #define __FILENAME "yapp.dll" #endif //__VERSION_H_INCLUDED -- cgit v1.2.3