summaryrefslogtreecommitdiffstats
path: root/winsup/w32api/include/unknwn.h
diff options
context:
space:
mode:
authorDanny Smith <dannysmith@users.sourceforge.net>2002-12-26 04:23:57 +0000
committerDanny Smith <dannysmith@users.sourceforge.net>2002-12-26 04:23:57 +0000
commitbdcc7be2bb6e6e101c1fdb32f12c6ce591cd6ec8 (patch)
treeebcb5068796e8a27e3a4410afb72ff80c2c25c6d /winsup/w32api/include/unknwn.h
parentebe02e18847a427f41208dddb6d62f2748849b88 (diff)
downloadcygnal-bdcc7be2bb6e6e101c1fdb32f12c6ce591cd6ec8.tar.gz
cygnal-bdcc7be2bb6e6e101c1fdb32f12c6ce591cd6ec8.tar.bz2
cygnal-bdcc7be2bb6e6e101c1fdb32f12c6ce591cd6ec8.zip
* include/commcat.h: Don't include windows.h or ole2.h ifdef
COM_NO_WINDOWS_H. * include/unknwn.h: Ditto.
Diffstat (limited to 'winsup/w32api/include/unknwn.h')
-rw-r--r--winsup/w32api/include/unknwn.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/winsup/w32api/include/unknwn.h b/winsup/w32api/include/unknwn.h
index 4558a08ad..b8f0be588 100644
--- a/winsup/w32api/include/unknwn.h
+++ b/winsup/w32api/include/unknwn.h
@@ -4,7 +4,11 @@
#pragma GCC system_header
#endif
+#ifndef COM_NO_WINDOWS_H
#include <windows.h>
+#include <ole2.h>
+#endif
+
#ifdef __cplusplus
extern "C"{
#endif