summaryrefslogtreecommitdiff
path: root/src/pal/inc/pal_mstypes.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/pal/inc/pal_mstypes.h')
-rw-r--r--src/pal/inc/pal_mstypes.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/pal/inc/pal_mstypes.h b/src/pal/inc/pal_mstypes.h
index 0ca2871f2b..0aa35ae1e5 100644
--- a/src/pal/inc/pal_mstypes.h
+++ b/src/pal/inc/pal_mstypes.h
@@ -556,7 +556,7 @@ typedef LONG_PTR SSIZE_T, *PSSIZE_T;
#endif
#ifndef SSIZE_T_MIN
-#define SSIZE_T_MIN I64(-9223372036854775808)
+#define SSIZE_T_MIN I64(0x8000000000000000)
#endif
#ifndef PAL_STDCPP_COMPAT