[SETUPAPI] Fix extraction of files from a cabinet file using the SetupQueueCopy and...
[reactos.git] / win32ss / win32k.h
index 72f41f0..2f6dc78 100644 (file)
@@ -3,3 +3,8 @@
 /* Headers that shouldn't be precompiled due to GCC bugs */
 /* Probe and capture */
 #include <reactos/probe.h>
+
+#ifdef __cplusplus
+#undef NULL
+#define NULL nullptr
+#endif