mirror of
https://github.com/reactos/reactos.git
synced 2025-05-16 15:50:24 +00:00
[WINGDI.H]
- Take the NOGDI define into account svn path=/trunk/; revision=57144
This commit is contained in:
parent
4f7e723359
commit
ec399de35e
1 changed files with 5 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue