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
|
||||
#define _OBJBASE_H
|
||||
#define _OBJBASE_H_
|
||||
#if __GNUC__ >=3
|
||||
#pragma GCC system_header
|
||||
#endif
|
||||
|
|
|
@ -1,5 +1,6 @@
|
|||
#ifndef _WINGDI_H
|
||||
#define _WINGDI_H
|
||||
#define _WINGDI_
|
||||
#if __GNUC__ >= 3
|
||||
#pragma GCC system_header
|
||||
#endif
|
||||
|
|
Loading…
Reference in New Issue