* lib/dxguid.c: Don't #include <objbase.h>.
* include/unknwn.h: Partially revert change of 2002-12-26. Don't include <ole2.h>.
This commit is contained in:
parent
4961ecb3d9
commit
5e1b786d38
@ -1,3 +1,9 @@
|
|||||||
|
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>
|
2003-01-08 Danny Smith <dannysmith@users.sourceforge.net>
|
||||||
|
|
||||||
* lib/dinput.c: Don't #include <objbase.h>.
|
* lib/dinput.c: Don't #include <objbase.h>.
|
||||||
|
@ -1,6 +1,5 @@
|
|||||||
#ifndef COM_NO_WINDOWS_H
|
#ifndef COM_NO_WINDOWS_H
|
||||||
#include <windows.h>
|
#include <windows.h>
|
||||||
#include <ole2.h>
|
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
#ifndef _UNKNWN_H
|
#ifndef _UNKNWN_H
|
||||||
|
@ -25,7 +25,6 @@
|
|||||||
#if defined(__LCC__) || defined(__GNUC__)
|
#if defined(__LCC__) || defined(__GNUC__)
|
||||||
#define INITGUID 1
|
#define INITGUID 1
|
||||||
#include <windows.h>
|
#include <windows.h>
|
||||||
#include <objbase.h>
|
|
||||||
#else
|
#else
|
||||||
#include <basetyps.h>
|
#include <basetyps.h>
|
||||||
#endif
|
#endif
|
||||||
|
Loading…
x
Reference in New Issue
Block a user