ChangeSet ID: 14985
CVSROOT: /opt/cvs-commit
Module name: wine
Changes by: julliard(a)wine.codeweavers.com 2004/12/22 09:31:17
Modified files:
include : winternl.h
dlls/ntdll : sec.c
dlls/advapi32 : security.c
Log message:
Fixed prototypes of a couple of ntdll functions.
Replaced the CallWin32ToNt macro by a proper function.
PBOOL cannot be cast to PBOOLEAN, we need to use an intermediate
variable.
Patch: http://cvs.winehq.org/patch.py?id=14985
Old revision New revision Changes Path
1.101 1.102 +2 -2 wine/include/winternl.h
1.47 1.48 +4 -4 wine/dlls/ntdll/sec.c
1.88 1.89 +75 -55 wine/dlls/advapi32/security.c