| commit | 3cf87c66c76304ce141250fbf0b939d36723fc72 | [log] [tgz] |
|---|---|---|
| author | Francois Gouget <fgouget@codeweavers.com> | Sat Nov 25 03:08:34 2000 +0000 |
| committer | Alexandre Julliard <julliard@winehq.org> | Sat Nov 25 03:08:34 2000 +0000 |
| tree | 82f89a06e5d40e0a2372e000c60a954ba57a35fc | |
| parent | 3116bd9f457d3553f82f4cf256d0bba7b031a944 [diff] [blame] |
Include the same headers as on Windows.
diff --git a/include/comcat.h b/include/comcat.h index 05e1374..2d8563d 100644 --- a/include/comcat.h +++ b/include/comcat.h
@@ -4,6 +4,13 @@ #include "rpc.h" #include "rpcndr.h" +#ifndef COM_NO_WINDOWS_H +#include "windows.h" +#include "ole2.h" +#endif + +#include "unknwn.h" + typedef GUID CATID; typedef REFGUID REFCATID;