diff options
author | (no author) <(no author)@4f64403b-2f21-0410-a795-97e2b3489a10> | 2010-03-21 14:16:36 +0000 |
---|---|---|
committer | (no author) <(no author)@4f64403b-2f21-0410-a795-97e2b3489a10> | 2010-03-21 14:16:36 +0000 |
commit | 0391d1965f4df5fd2e2e515d91756634c988ffd0 (patch) | |
tree | 7b716e7bd2cfd3873209b4e4a8f45defe8243484 | |
parent | ec99e8cf5072d79727db88a0482d71cb6cf620e1 (diff) |
Changed name for x64 version
git-svn-id: https://server.scottellis.com.au/svn/mim_plugs@485 4f64403b-2f21-0410-a795-97e2b3489a10
-rw-r--r-- | yapp/version.h | 5 |
1 files changed, 5 insertions, 0 deletions
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
|