ChangeSet ID: 1030473053905325790475221 CVSROOT: /opt/cvs-commit Module name: wine Changes by: julliard@wine.codeweavers.com 02/08/27 13:30:54
Modified files: dlls/advapi32 : advapi.c dlls/ntdll : sec.c files : profile.c include/wine : library.h library : config.c scheduler : client.c server : registry.c
Log message: Added wine_get_user_name function and got rid of some of the getpwuid portability stuff. More portable printf formats for 64-bit types.
Patch: http://cvs.winehq.com/patch.py?id=1030473053905325790475221
Revision Changes Path 1.20 +15 -24 wine/dlls/advapi32/advapi.c 1.27 +1 -12 wine/dlls/ntdll/sec.c 1.75 +0 -3 wine/files/profile.c 1.16 +1 -0 wine/include/wine/library.h 1.4 +24 -4 wine/library/config.c 1.90 +0 -3 wine/scheduler/client.c 1.42 +1 -10 wine/server/registry.c