* 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:
Danny Smith
2003-01-08 10:55:02 +00:00
parent 4961ecb3d9
commit 5e1b786d38
3 changed files with 6 additions and 2 deletions

View File

@ -1,6 +1,5 @@
#ifndef COM_NO_WINDOWS_H
#include <windows.h>
#include <ole2.h>
#endif
#ifndef _UNKNWN_H