correct spelling
authorMagnus Olsen <magnus@greatlord.com>
Sun, 4 Dec 2005 22:20:50 +0000 (22:20 +0000)
committerMagnus Olsen <magnus@greatlord.com>
Sun, 4 Dec 2005 22:20:50 +0000 (22:20 +0000)
svn path=/trunk/; revision=19890

reactos/w32api/include/amparse.h

index dda9d27..d080150 100644 (file)
@@ -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;
 };