diff options
author | Szymon Tokarz <wsx22@o2.pl> | 2013-05-29 12:48:41 +0000 |
---|---|---|
committer | Szymon Tokarz <wsx22@o2.pl> | 2013-05-29 12:48:41 +0000 |
commit | bd3493f9fe92b2bfdcd30f3a63dcab2c608d0606 (patch) | |
tree | 9b13fb5d9be0de104f66473e71a7e49fb7991da0 /plugins/MirFox/res/resource.rc | |
parent | d2f568f69aae4f6306dfd93808b96140e0cc5afa (diff) |
MirFox
- code fix after preprocesor definitions changed
git-svn-id: http://svn.miranda-ng.org/main/trunk@4831 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'plugins/MirFox/res/resource.rc')
-rw-r--r-- | plugins/MirFox/res/resource.rc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/MirFox/res/resource.rc b/plugins/MirFox/res/resource.rc index 881a90cca5..8770f0cd85 100644 --- a/plugins/MirFox/res/resource.rc +++ b/plugins/MirFox/res/resource.rc @@ -26,7 +26,7 @@ BEGIN BEGIN
BLOCK "000004b0"
BEGIN
-#ifdef _X64
+#ifdef WIN64
VALUE "FileDescription", __DESCRIPTION " (x64)"
VALUE "ProductName", __PLUGIN_NAME " (x64)"
VALUE "FileVersion", __VERSION_STRING " (x64)"
|