- fix definition of PPCONTEXT_HANDLE

svn path=/trunk/; revision=53477
This commit is contained in:
Jérôme Gardou 2011-08-27 22:07:42 +00:00
parent 6c6c9bf698
commit abf9566c79

View file

@ -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;