mirror of
https://github.com/reactos/reactos.git
synced 2024-11-01 12:26:32 +00:00
11 lines
189 B
C
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
|