mirror of
https://github.com/reactos/reactos.git
synced 2025-01-13 01:22:03 +00:00
correct spelling
svn path=/trunk/; revision=19890
This commit is contained in:
parent
86fed7432a
commit
2355ae418a
1 changed files with 2 additions and 2 deletions
|
@ -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;
|
||||
};
|
||||
|
||||
|
|
Loading…
Reference in a new issue