correct spelling Modified: trunk/reactos/w32api/include/amparse.h _____
Modified: trunk/reactos/w32api/include/amparse.h --- trunk/reactos/w32api/include/amparse.h 2005-12-04 22:15:27 UTC (rev 19889) +++ trunk/reactos/w32api/include/amparse.h 2005-12-04 22:20:50 UTC (rev 19890) @@ -8,8 +8,8 @@
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; };