summaryrefslogtreecommitdiff
path: root/src/pal/inc/pal_mstypes.h
diff options
context:
space:
mode:
authorBen Pye <ben@curlybracket.co.uk>2016-03-03 15:16:33 +0000
committerBen Pye <ben@curlybracket.co.uk>2016-03-03 15:16:33 +0000
commit55a784c786e698dc394568fcdf6d42c9d0c827e0 (patch)
treee2baa08fc5177170b788b37adc805385163e9068 /src/pal/inc/pal_mstypes.h
parentfdc40a40581f6a601ba508e33ad641640a956f91 (diff)
downloadcoreclr-55a784c786e698dc394568fcdf6d42c9d0c827e0.tar.gz
coreclr-55a784c786e698dc394568fcdf6d42c9d0c827e0.tar.bz2
coreclr-55a784c786e698dc394568fcdf6d42c9d0c827e0.zip
Fix ARM build regression
Diffstat (limited to 'src/pal/inc/pal_mstypes.h')
-rw-r--r--src/pal/inc/pal_mstypes.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/pal/inc/pal_mstypes.h b/src/pal/inc/pal_mstypes.h
index 9f3e795865..aa72d66072 100644
--- a/src/pal/inc/pal_mstypes.h
+++ b/src/pal/inc/pal_mstypes.h
@@ -525,7 +525,9 @@ typedef _W64 unsigned __int32 DWORD_PTR, *PDWORD_PTR;
/* maximum unsigned 32 bit value */
#define ULONG_PTR_MAX 0xffffffffUL
+#ifndef SIZE_MAX
#define SIZE_MAX UINT_MAX
+#endif
#define __int3264 __int32