summaryrefslogtreecommitdiff
path: root/plugins/MirFox/res
diff options
context:
space:
mode:
authorVadim Dashevskiy <watcherhd@gmail.com>2013-05-29 14:23:34 +0000
committerVadim Dashevskiy <watcherhd@gmail.com>2013-05-29 14:23:34 +0000
commit9f433dd5fd9b6fbc060898dac667e6e44fc215ab (patch)
treea4beee2a5d7dcac5e96d64fc5485b06f7d41541d /plugins/MirFox/res
parentbb68107270acb937a83b4f93090e1739d555833d (diff)
no more WIN64, only _WIN64
git-svn-id: http://svn.miranda-ng.org/main/trunk@4834 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'plugins/MirFox/res')
-rw-r--r--plugins/MirFox/res/resource.rc2
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/MirFox/res/resource.rc b/plugins/MirFox/res/resource.rc
index 8770f0cd85..ba645f15b2 100644
--- a/plugins/MirFox/res/resource.rc
+++ b/plugins/MirFox/res/resource.rc
@@ -26,7 +26,7 @@ BEGIN
BEGIN
BLOCK "000004b0"
BEGIN
-#ifdef WIN64
+#ifdef _WIN64
VALUE "FileDescription", __DESCRIPTION " (x64)"
VALUE "ProductName", __PLUGIN_NAME " (x64)"
VALUE "FileVersion", __VERSION_STRING " (x64)"