Francois Gouget : ntdll: Better match the PSDK types and fix the winapi_check warnings.

Alexandre Julliard julliard at wine.codeweavers.com
Thu Aug 16 05:38:28 CDT 2007


Module: wine
Branch: master
Commit: cd1c07b4d8fd9150fc6684a184f9142c7c7d67bc
URL:    http://source.winehq.org/git/wine.git/?a=commit;h=cd1c07b4d8fd9150fc6684a184f9142c7c7d67bc

Author: Francois Gouget <fgouget at free.fr>
Date:   Wed Aug 15 14:52:06 2007 +0200

ntdll: Better match the PSDK types and fix the winapi_check warnings.

---

 dlls/ntdll/actctx.c    |    2 +-
 tools/winapi/win32.api |    2 ++
 2 files changed, 3 insertions(+), 1 deletions(-)

diff --git a/dlls/ntdll/actctx.c b/dlls/ntdll/actctx.c
index 5d13afd..4f0901b 100644
--- a/dlls/ntdll/actctx.c
+++ b/dlls/ntdll/actctx.c
@@ -2277,7 +2277,7 @@ void WINAPI RtlReleaseActivationContext( HANDLE handle )
 /******************************************************************
  *		RtlActivateActivationContext (NTDLL.@)
  */
-NTSTATUS WINAPI RtlActivateActivationContext( ULONG unknown, HANDLE handle, ULONG_PTR *cookie )
+NTSTATUS WINAPI RtlActivateActivationContext( ULONG unknown, HANDLE handle, PULONG_PTR cookie )
 {
     RTL_ACTIVATION_CONTEXT_STACK_FRAME *frame;
 
diff --git a/tools/winapi/win32.api b/tools/winapi/win32.api
index 7c6d1e3..2d8d82b 100644
--- a/tools/winapi/win32.api
+++ b/tools/winapi/win32.api
@@ -2999,11 +2999,13 @@ BYTE
 CCHAR
 CHAR
 DWORD
+EVENT_INFORMATION_CLASS
 FILE_INFORMATION_CLASS
 FS_INFORMATION_CLASS
 HANDLE
 HMODULE
 INT
+IO_COMPLETION_INFORMATION_CLASS
 KEY_INFORMATION_CLASS
 KEY_VALUE_INFORMATION_CLASS
 KPROFILE_SOURCE




More information about the wine-cvs mailing list