[WINGDI.H]

- Take the NOGDI define into account

svn path=/trunk/; revision=57144
This commit is contained in:
Jérôme Gardou 2012-08-23 19:41:19 +00:00
parent 4f7e723359
commit ec399de35e

View file

@ -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