[NTOSKRNL] IoGetDeviceProperty: Add support for the DevicePropertyRemovalPolicy...
[reactos.git] / win32ss / win32k.h
1 #include "pch.h"
2
3 /* Headers that shouldn't be precompiled due to GCC bugs */
4 /* Probe and capture */
5 #include <reactos/probe.h>
6
7 #ifdef __cplusplus
8 #undef NULL
9 #define NULL nullptr
10 #endif