mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-09-02 19:26:32 +00:00
[WINGDI.H]
- Take the NOGDI define into account svn path=/trunk/; revision=57144
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user