* include/windows.h: Don't include basetyps.h.
* include/objfwd.h: Do include basetyps.h.
This commit is contained in:
parent
bac610ad86
commit
5c2b46f4a8
@ -1,3 +1,8 @@
|
|||||||
|
2002-10-14 Danny Smith <dannysmith@users.sourceforge.net>
|
||||||
|
|
||||||
|
* include/windows.h: Don't include basetyps.h.
|
||||||
|
* include/objfwd.h: Do include basetyps.h.
|
||||||
|
|
||||||
2002-10-13 Danny Smith <dannysmith@users.sourceforge.net>
|
2002-10-13 Danny Smith <dannysmith@users.sourceforge.net>
|
||||||
|
|
||||||
* include/objbase.h: Include rpc.h and rpcndr.h
|
* include/objbase.h: Include rpc.h and rpcndr.h
|
||||||
|
@ -4,6 +4,8 @@
|
|||||||
#pragma GCC system_header
|
#pragma GCC system_header
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
#include <basetyps.h>
|
||||||
|
|
||||||
#ifdef __cplusplus
|
#ifdef __cplusplus
|
||||||
extern "C" {
|
extern "C" {
|
||||||
#endif
|
#endif
|
||||||
|
@ -47,7 +47,6 @@
|
|||||||
#include <stdarg.h>
|
#include <stdarg.h>
|
||||||
#include <windef.h>
|
#include <windef.h>
|
||||||
#include <wincon.h>
|
#include <wincon.h>
|
||||||
#include <basetyps.h>
|
|
||||||
#include <winbase.h>
|
#include <winbase.h>
|
||||||
#ifndef _WINGDI_H
|
#ifndef _WINGDI_H
|
||||||
#include <wingdi.h>
|
#include <wingdi.h>
|
||||||
|
Loading…
Reference in New Issue
Block a user