From 9f433dd5fd9b6fbc060898dac667e6e44fc215ab Mon Sep 17 00:00:00 2001 From: Vadim Dashevskiy Date: Wed, 29 May 2013 14:23:34 +0000 Subject: no more WIN64, only _WIN64 git-svn-id: http://svn.miranda-ng.org/main/trunk@4834 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c --- plugins/MirFox/src/lib/MirFoxCommons_pch.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'plugins/MirFox/src/lib') diff --git a/plugins/MirFox/src/lib/MirFoxCommons_pch.h b/plugins/MirFox/src/lib/MirFoxCommons_pch.h index f2b22b036a..8b4e98b41f 100644 --- a/plugins/MirFox/src/lib/MirFoxCommons_pch.h +++ b/plugins/MirFox/src/lib/MirFoxCommons_pch.h @@ -25,7 +25,7 @@ #define WIN32_LEAN_AND_MEAN // Exclude rarely-used stuff from Windows headers #include //for [u]intNN_t types -#ifdef WIN64 // [ +#ifdef _WIN64 // [ # define SCNoPTR L"%I64o" # define SCNuPTR L"%I64u" # define SCNxPTR L"%I64x" -- cgit v1.2.3