Le jeu 21/07/2005 à 12:17, Francois Gouget a écrit : [snip]
Index: dlls/secur32/secur32.c =================================================================== RCS file: /var/cvs/wine/dlls/secur32/secur32.c,v retrieving revision 1.7 diff -u -p -r1.7 secur32.c --- dlls/secur32/secur32.c 18 Jul 2005 09:11:14 -0000 1.7 +++ dlls/secur32/secur32.c 19 Jul 2005 13:26:26 -0000 @@ -958,7 +958,7 @@ BOOLEAN WINAPI GetUserNameExW( NTSTATUS WINAPI LsaCallAuthenticationPackage( HANDLE LsaHandle, ULONG AuthenticationPackage, PVOID ProtocolSubmitBuffer, ULONG SubmitBufferLength, PVOID* ProtocolReturnBuffer, PULONG ReturnBufferLength, - NTSTATUS *ProtocolStatus) + PNTSTATUS ProtocolStatus)
This causes a compilation error, PNTSTATUS isn't defined anywhere else. Or do you have an as of yet unsent patch adding it? :) Vincent
participants (1)
-
Vincent Béron