diff options
author | Danny Smith <dannysmith@users.sourceforge.net> | 2002-12-26 04:23:57 +0000 |
---|---|---|
committer | Danny Smith <dannysmith@users.sourceforge.net> | 2002-12-26 04:23:57 +0000 |
commit | bdcc7be2bb6e6e101c1fdb32f12c6ce591cd6ec8 (patch) | |
tree | ebcb5068796e8a27e3a4410afb72ff80c2c25c6d /winsup/w32api/include/comcat.h | |
parent | ebe02e18847a427f41208dddb6d62f2748849b88 (diff) | |
download | cygnal-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/comcat.h')
-rw-r--r-- | winsup/w32api/include/comcat.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/winsup/w32api/include/comcat.h b/winsup/w32api/include/comcat.h index 31b2a8c65..233d923fd 100644 --- a/winsup/w32api/include/comcat.h +++ b/winsup/w32api/include/comcat.h @@ -4,8 +4,10 @@ #pragma GCC system_header #endif +#ifndef COM_NO_WINDOWS_H #include <windows.h> #include <ole2.h> +#endif #ifndef _RC_INVOKED |