diff options
Diffstat (limited to 'winsup/w32api/include/comcat.h')
-rw-r--r-- | winsup/w32api/include/comcat.h | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/winsup/w32api/include/comcat.h b/winsup/w32api/include/comcat.h index 2ca9a5fbb..b5d982b7e 100644 --- a/winsup/w32api/include/comcat.h +++ b/winsup/w32api/include/comcat.h @@ -16,7 +16,7 @@ extern "C"{ #endif EXTERN_C const IID IID_IEnumGUID; -typedef interface IEnumGUID *LPENUMGUID; +typedef _COM_interface IEnumGUID *LPENUMGUID; #define INTERFACE IEnumGUID DECLARE_INTERFACE_(IEnumGUID,IUnknown) @@ -79,13 +79,13 @@ EXTERN_C const CATID CATID_DesignTimeUIActivatableControl; #define IID_IEnumCLSID IID_IEnumGUID EXTERN_C const IID IID_ICatInformation; -typedef interface ICatInformation *LPCATINFORMATION; +typedef _COM_interface ICatInformation *LPCATINFORMATION; EXTERN_C const IID IID_ICatRegister; -typedef interface ICatRegister *LPCATREGISTER; +typedef _COM_interface ICatRegister *LPCATREGISTER; EXTERN_C const IID IID_IEnumCATEGORYINFO; -typedef interface IEnumCATEGORYINFO *LPENUMCATEGORYINFO; +typedef _COM_interface IEnumCATEGORYINFO *LPENUMCATEGORYINFO; EXTERN_C const CLSID CLSID_StdComponentCategoriesMgr; |