From ec399de35e0ef1b1ab7c43ad05de2ee7f3657ff5 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?J=C3=A9r=C3=B4me=20Gardou?= Date: Thu, 23 Aug 2012 19:41:19 +0000 Subject: [PATCH] [WINGDI.H] - Take the NOGDI define into account svn path=/trunk/; revision=57144 --- reactos/include/psdk/wingdi.h | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/reactos/include/psdk/wingdi.h b/reactos/include/psdk/wingdi.h index d517b92ed9c..434975055c1 100644 --- a/reactos/include/psdk/wingdi.h +++ b/reactos/include/psdk/wingdi.h @@ -2,6 +2,8 @@ #define _WINGDI_H #define _WINGDI_ +#ifndef NOGDI + #ifdef __cplusplus extern "C" { #endif @@ -3460,4 +3462,6 @@ WINGDIAPI INT WINAPI SelectVisRgn(HDC,HRGN); #ifdef __cplusplus } #endif -#endif + +#endif //!NOGDI +#endif // _WINGDI_H