mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-09-01 19:26:16 +00:00
Fix a typo
svn path=/trunk/; revision=21426
This commit is contained in:
@@ -7,7 +7,7 @@ interface hello
|
||||
{
|
||||
|
||||
typedef long CTXTYPE;
|
||||
typedef [context_handle] CTXTYPE, *PCTXTYPE;
|
||||
typedef [context_handle] CTXTYPE *PCTXTYPE;
|
||||
|
||||
void CtxOpen( [out] PCTXTYPE *pphContext,
|
||||
[in] long Value);
|
||||
|
||||
Reference in New Issue
Block a user