mirror of
https://github.com/reactos/reactos.git
synced 2025-02-24 09:25:10 +00:00
[IDL]
- fix definition of PPCONTEXT_HANDLE svn path=/trunk/; revision=53477
This commit is contained in:
parent
6c6c9bf698
commit
abf9566c79
1 changed files with 2 additions and 1 deletions
|
@ -102,7 +102,8 @@ cpp_quote("#endif")
|
|||
cpp_quote("#ifndef __WINE_RPCDCE_H")
|
||||
typedef void *RPC_BINDING_HANDLE;
|
||||
cpp_quote("#endif")
|
||||
typedef [context_handle] void *PCONTEXT_HANDLE, *PPCONTEXT_HANDLE;
|
||||
typedef [context_handle] void *PCONTEXT_HANDLE;
|
||||
typedef PCONTEXT_HANDLE *PPCONTEXT_HANDLE;
|
||||
|
||||
cpp_quote("#ifndef _WINNT_H")
|
||||
typedef wchar_t WCHAR, *PWCHAR;
|
||||
|
|
Loading…
Reference in a new issue