summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--src/pal/inc/pal.h4
1 files changed, 0 insertions, 4 deletions
diff --git a/src/pal/inc/pal.h b/src/pal/inc/pal.h
index 1a1b6c8625..8f6bc12798 100644
--- a/src/pal/inc/pal.h
+++ b/src/pal/inc/pal.h
@@ -277,17 +277,13 @@ PAL_IsDebuggerPresent(VOID);
#define _UI32_MAX UINT_MAX
#define _UI32_MIN UINT_MIN
-#ifdef PAL_STDCPP_COMPAT
#undef NULL
-#endif
-#ifndef NULL
#if defined(__cplusplus)
#define NULL 0
#else
#define NULL ((void *)0)
#endif
-#endif
#if defined(PAL_STDCPP_COMPAT) && !defined(__cplusplus)
#define nullptr NULL