ChangeSet ID: 19598 CVSROOT: /opt/cvs-commit Module name: wine Changes by: julliard@wine.codeweavers.com 2005/08/16 11:01:49
Modified files: include : winternl.h ntsecapi.h lmaccess.h dlls/secur32 : secur32.c
Log message: Francois Gouget fgouget@free.fr Declare PNTSTATUS in lmaccess.h and ntsecapi.h to match the PSDK. Protect against multiple definitions. Use PNTSTATUS where appropriate.
Patch: http://cvs.winehq.org/patch.py?id=19598
Old revision New revision Changes Path 1.161 1.162 +3 -0 wine/include/winternl.h 1.16 1.17 +10 -1 wine/include/ntsecapi.h 1.3 1.4 +9 -0 wine/include/lmaccess.h 1.9 1.10 +1 -1 wine/dlls/secur32/secur32.c