summaryrefslogtreecommitdiff
path: root/plugins/MirFox/src/lib
diff options
context:
space:
mode:
authorSzymon Tokarz <wsx22@o2.pl>2013-05-29 12:48:41 +0000
committerSzymon Tokarz <wsx22@o2.pl>2013-05-29 12:48:41 +0000
commitbd3493f9fe92b2bfdcd30f3a63dcab2c608d0606 (patch)
tree9b13fb5d9be0de104f66473e71a7e49fb7991da0 /plugins/MirFox/src/lib
parentd2f568f69aae4f6306dfd93808b96140e0cc5afa (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/src/lib')
-rw-r--r--plugins/MirFox/src/lib/MirFoxCommons_pch.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/plugins/MirFox/src/lib/MirFoxCommons_pch.h b/plugins/MirFox/src/lib/MirFoxCommons_pch.h
index d8b53974af..f2b22b036a 100644
--- a/plugins/MirFox/src/lib/MirFoxCommons_pch.h
+++ b/plugins/MirFox/src/lib/MirFoxCommons_pch.h
@@ -25,17 +25,17 @@
#define WIN32_LEAN_AND_MEAN // Exclude rarely-used stuff from Windows headers
#include <stdint.h> //for [u]intNN_t types
-#ifdef _X64 // [
+#ifdef WIN64 // [
# define SCNoPTR L"%I64o"
# define SCNuPTR L"%I64u"
# define SCNxPTR L"%I64x"
# define SCNXPTR L"%I64X"
-#else // _X64 ][
+#else // WIN64 ][
# define SCNoPTR L"%lo"
# define SCNuPTR L"%lu"
# define SCNxPTR L"%lx"
# define SCNXPTR L"%lX"
-#endif // _X64 ]
+#endif // WIN64 ]
#include <windows.h> //for NULL
#include <string> //for std::string, std::wstring, TEXT and _T macros, operator<<