From 1c90e6a81f49dd671f24a9fb79e959a21496111d Mon Sep 17 00:00:00 2001 From: Liu Hao Date: Tue, 15 Dec 2020 21:51:53 +0800 Subject: [PATCH] include/mshtmhst: Regenerate from IDL Signed-off-by: Liu Hao --- mingw-w64-headers/include/mshtmhst.h | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/mingw-w64-headers/include/mshtmhst.h b/mingw-w64-headers/include/mshtmhst.h index be9157d16..0e217d34b 100644 --- a/mingw-w64-headers/include/mshtmhst.h +++ b/mingw-w64-headers/include/mshtmhst.h @@ -1,4 +1,4 @@ -/*** Autogenerated by WIDL 6.0-rc1 from include/mshtmhst.idl - Do not edit ***/ +/*** Autogenerated by WIDL 5.19 from mshtmhst.idl - Do not edit ***/ #ifdef _WIN32 #ifndef __REQUIRED_RPCNDR_H_VERSION__ @@ -164,7 +164,7 @@ STDAPI ShowModelessHTMLDialog (HWND hwndParent, IMoniker *pMk, VARIANT *pvarArgI STDAPI RunHTMLApplication (HINSTANCE hinst, HINSTANCE hPrevInst, LPSTR szCmdLine, int nCmdShow); #endif STDAPI CreateHTMLPropertyPage (IMoniker *pmk, IPropertyPage **ppPP); -STDAPI EarlyStartDisplaySystem (); +STDAPI EarlyStartDisplaySystem (void); STDAPI IERegisterXMLNS (LPCWSTR lpszURI, GUID clsid, BOOL fMachine); STDAPI IEIsXMLNSRegistered (LPCWSTR lpszURI, GUID *pCLSID); STDAPI GetColorValueFromString (LPCWSTR lpszColor, BOOL fStrictCSS1, BOOL fIsStandardsCSS, COLORREF *pColor);