summaryrefslogtreecommitdiff
path: root/TSRM/TSRM.h
diff options
context:
space:
mode:
Diffstat (limited to 'TSRM/TSRM.h')
-rw-r--r--TSRM/TSRM.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/TSRM/TSRM.h b/TSRM/TSRM.h
index db24798be1..558f3d07f3 100644
--- a/TSRM/TSRM.h
+++ b/TSRM/TSRM.h
@@ -31,8 +31,8 @@
#endif
#ifdef _WIN64
-typedef unsigned __int64 tsrm_intptr_t;
-typedef __int64 tsrm_uintptr_t;
+typedef __int64 tsrm_intptr_t;
+typedef unsigned __int64 tsrm_uintptr_t;
#else
typedef long tsrm_intptr_t;
typedef unsigned long tsrm_uintptr_t;