OSDN Git Service

* lib/dxguid.c: Don't #include <objbase.h>.
authordannysmith <dannysmith>
Wed, 8 Jan 2003 10:55:00 +0000 (10:55 +0000)
committerdannysmith <dannysmith>
Wed, 8 Jan 2003 10:55:00 +0000 (10:55 +0000)
* include/unknwn.h: Partially revert change of 2002-12-26.
Don't include <ole2.h>.

winsup/w32api/ChangeLog
winsup/w32api/include/unknwn.h
winsup/w32api/lib/dxguid.c

index 9f7bba5..8180948 100644 (file)
@@ -1,5 +1,11 @@
 2003-01-08  Danny Smith  <dannysmith@users.sourceforge.net>
 
+       * lib/dxguid.c: Don't #include <objbase.h>.
+       * include/unknwn.h: Partially revert change of 2002-12-26.
+       Don't include <ole2.h>.
+
+2003-01-08  Danny Smith  <dannysmith@users.sourceforge.net>
+
        * lib/dinput.c: Don't #include <objbase.h>.
 
 2003-01-08  Bart Oldeman  <bartoldeman@users.sourceforge.net>
index 1ce4254..203d4d3 100644 (file)
@@ -1,6 +1,5 @@
 #ifndef COM_NO_WINDOWS_H
 #include <windows.h>
-#include <ole2.h>
 #endif
 
 #ifndef _UNKNWN_H
index 5dd5032..940e706 100644 (file)
@@ -25,7 +25,6 @@
 #if defined(__LCC__) || defined(__GNUC__)
 #define INITGUID 1
 #include <windows.h>
-#include <objbase.h>
 #else
 #include <basetyps.h>
 #endif