Author: jgardou Date: Thu Aug 23 19:41:19 2012 New Revision: 57144
URL: http://svn.reactos.org/svn/reactos?rev=57144&view=rev Log: [WINGDI.H] - Take the NOGDI define into account
Modified: trunk/reactos/include/psdk/wingdi.h
Modified: trunk/reactos/include/psdk/wingdi.h URL: http://svn.reactos.org/svn/reactos/trunk/reactos/include/psdk/wingdi.h?rev=5... ============================================================================== --- trunk/reactos/include/psdk/wingdi.h [iso-8859-1] (original) +++ trunk/reactos/include/psdk/wingdi.h [iso-8859-1] Thu Aug 23 19:41:19 2012 @@ -1,6 +1,8 @@ #ifndef _WINGDI_H #define _WINGDI_H #define _WINGDI_ + +#ifndef NOGDI
#ifdef __cplusplus extern "C" { @@ -3460,4 +3462,6 @@ #ifdef __cplusplus } #endif -#endif + +#endif //!NOGDI +#endif // _WINGDI_H