OSDN Git Service

* include/windows.h: Don't include basetyps.h.
authordannysmith <dannysmith>
Mon, 14 Oct 2002 02:12:51 +0000 (02:12 +0000)
committerdannysmith <dannysmith>
Mon, 14 Oct 2002 02:12:51 +0000 (02:12 +0000)
* include/objfwd.h: Do include basetyps.h.

winsup/w32api/ChangeLog
winsup/w32api/include/objfwd.h
winsup/w32api/include/windows.h

index 58d91f6..5fd4749 100644 (file)
@@ -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>
 
        * include/objbase.h: Include rpc.h and rpcndr.h
index 17b8a81..8fede73 100644 (file)
@@ -4,6 +4,8 @@
 #pragma GCC system_header
 #endif
 
+#include <basetyps.h>
+
 #ifdef __cplusplus
 extern "C" {
 #endif
index b5dfc7b..e7d00b4 100644 (file)
@@ -47,7 +47,6 @@
 #include <stdarg.h>
 #include <windef.h>
 #include <wincon.h>
-#include <basetyps.h>
 #include <winbase.h>
 #ifndef _WINGDI_H
 #include <wingdi.h>