summaryrefslogtreecommitdiff
path: root/plugins/MirFox/src/lib/MirFoxCommons_pch.h
diff options
context:
space:
mode:
Diffstat (limited to 'plugins/MirFox/src/lib/MirFoxCommons_pch.h')
-rw-r--r--plugins/MirFox/src/lib/MirFoxCommons_pch.h2
1 files changed, 1 insertions, 1 deletions
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 <stdint.h> //for [u]intNN_t types
-#ifdef WIN64 // [
+#ifdef _WIN64 // [
# define SCNoPTR L"%I64o"
# define SCNuPTR L"%I64u"
# define SCNxPTR L"%I64x"