X-Git-Url: https://git.reactos.org/?p=reactos.git;a=blobdiff_plain;f=win32ss%2Fwin32k.h;h=2f6dc78db9a0e81c1372b83f1faa46aee0bad4ec;hp=72f41f09f1c8caa0991a905031124cbbef292f42;hb=5d85d534e0a54bb5b263adee98c7d2d2b3b5a1b5;hpb=4f725452473a0baea096b5d070ab293bd7c80932 diff --git a/win32ss/win32k.h b/win32ss/win32k.h index 72f41f09f1c..2f6dc78db9a 100644 --- a/win32ss/win32k.h +++ b/win32ss/win32k.h @@ -3,3 +3,8 @@ /* Headers that shouldn't be precompiled due to GCC bugs */ /* Probe and capture */ #include + +#ifdef __cplusplus +#undef NULL +#define NULL nullptr +#endif