2004-04-24 Luke Dunstan <infidel@users.sourceforge.net>
* include/winbase.h (EXECUTION_STATE): Add typedef. (SetThreadExecutionState): Declare. * include/wingdi.h (_WINGDI_): Define. * include/objbase.h (_OBJBASE_H_): Define.
This commit is contained in:
parent
43b2d5bace
commit
2d465f741f
|
@ -5,6 +5,7 @@
|
||||||
|
|
||||||
#ifndef _OBJBASE_H
|
#ifndef _OBJBASE_H
|
||||||
#define _OBJBASE_H
|
#define _OBJBASE_H
|
||||||
|
#define _OBJBASE_H_
|
||||||
#if __GNUC__ >=3
|
#if __GNUC__ >=3
|
||||||
#pragma GCC system_header
|
#pragma GCC system_header
|
||||||
#endif
|
#endif
|
||||||
|
|
|
@ -1,5 +1,6 @@
|
||||||
#ifndef _WINGDI_H
|
#ifndef _WINGDI_H
|
||||||
#define _WINGDI_H
|
#define _WINGDI_H
|
||||||
|
#define _WINGDI_
|
||||||
#if __GNUC__ >= 3
|
#if __GNUC__ >= 3
|
||||||
#pragma GCC system_header
|
#pragma GCC system_header
|
||||||
#endif
|
#endif
|
||||||
|
|
Loading…
Reference in New Issue