#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