ReactOS 0.4.15-dev-7788-g1ad9096
win32k.h
Go to the documentation of this file.
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