summaryrefslogtreecommitdiff
path: root/nt/inc/stdint.h
diff options
context:
space:
mode:
Diffstat (limited to 'nt/inc/stdint.h')
-rw-r--r--nt/inc/stdint.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/nt/inc/stdint.h b/nt/inc/stdint.h
index c8b3aba0916..c9548c00e11 100644
--- a/nt/inc/stdint.h
+++ b/nt/inc/stdint.h
@@ -65,6 +65,7 @@ typedef unsigned int uint32_t;
#define PTRDIFF_MAX INTPTR_MAX
#define PTRDIFF_MIN INTPTR_MIN
+#define SIZE_MAX UINTPTR_MAX
#endif /* !__GNUC__ */