summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/pal/inc/pal.h1
-rw-r--r--src/pal/inc/pal_mstypes.h6
2 files changed, 1 insertions, 6 deletions
diff --git a/src/pal/inc/pal.h b/src/pal/inc/pal.h
index c3ec812421..db2ce0d4fa 100644
--- a/src/pal/inc/pal.h
+++ b/src/pal/inc/pal.h
@@ -41,6 +41,7 @@ Abstract:
#include <stdio.h>
#include <stdlib.h>
#include <stdarg.h>
+#include <stdint.h>
#include <string.h>
#include <errno.h>
#include <ctype.h>
diff --git a/src/pal/inc/pal_mstypes.h b/src/pal/inc/pal_mstypes.h
index 0aa35ae1e5..9f305c626d 100644
--- a/src/pal/inc/pal_mstypes.h
+++ b/src/pal/inc/pal_mstypes.h
@@ -586,12 +586,6 @@ typedef LONG_PTR LPARAM;
#ifdef PAL_STDCPP_COMPAT
-#ifdef BIT64
-typedef unsigned long int uintptr_t;
-#else // !BIT64
-typedef unsigned int uintptr_t;
-#endif // !BIT64
-
typedef char16_t WCHAR;
#else // PAL_STDCPP_COMPAT