diff --git a/reactos/w32api/include/amparse.h b/reactos/w32api/include/amparse.h index dda9d2764ad..d080150f1b2 100644 --- a/reactos/w32api/include/amparse.h +++ b/reactos/w32api/include/amparse.h @@ -8,8 +8,8 @@ extern "C" { DECLARE_INTERFACE_(IAMParse, IUnknown) { - STDMETHOD(GetParseTime) (THIS_REFERENCE_TIME *prtCurrent) PURE; - STDMETHOD(SetParseTime) (THIS_REFERENCE_TIME rtCurrent) PURE; + STDMETHOD(GetParseTime) (THIS_ REFERENCE_TIME *prtCurrent) PURE; + STDMETHOD(SetParseTime) (THIS_ REFERENCE_TIME rtCurrent) PURE; STDMETHOD(Flush) (THIS) PURE; };