summaryrefslogtreecommitdiff
path: root/include/m_core.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/m_core.h')
-rw-r--r--include/m_core.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/m_core.h b/include/m_core.h
index 393767602c..a27b993623 100644
--- a/include/m_core.h
+++ b/include/m_core.h
@@ -144,7 +144,7 @@ typedef INT_PTR (*MIRANDASERVICEPARAM)(WPARAM, LPARAM, LPARAM);
typedef INT_PTR (*MIRANDASERVICEOBJ)(void*, LPARAM, LPARAM);
typedef INT_PTR (*MIRANDASERVICEOBJPARAM)(void*, WPARAM, LPARAM, LPARAM);
-#ifdef _WIN64
+#ifdef WIN64
#define CALLSERVICE_NOTFOUND ((INT_PTR)0x8000000000000000)
#else
#define CALLSERVICE_NOTFOUND ((int)0x80000000)