mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-09-02 04:13:34 +00:00
correct spelling
svn path=/trunk/; revision=19890
This commit is contained in:
@@ -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;
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user