reactos/win32ss/win32k.h
Pierre Schweitzer 321bcc056d Create the AHCI branch for Aman's work
svn path=/branches/GSoC_2016/AHCI/; revision=71203
2016-04-24 20:17:09 +00:00

11 lines
189 B
C

#include "pch.h"
/* 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