ChangeSet ID: 1031851752116896280859695 CVSROOT: /opt/cvs-commit Module name: wine Changes by: julliard@wine.codeweavers.com 02/09/12 12:29:12
Modified files: dlls/oleaut32 : olepicture.c dlls/winmm/winenas: audio.c include : basetsd.h rpcndr.h winnt.h wtypes.h include/wine : windef16.h programs/wcmd : directory.c programs/winefile: winefile.c winefile.h tools/winedump : msmangle.c symbol.c
Log message: Removed the __uint* types from basetsd.h since they don't exist under Windows. Fixed a few other issues with type definitions.
Patch: http://cvs.winehq.com/patch.py?id=1031851752116896280859695
Revision Changes Path 1.18 +1 -0 wine/dlls/oleaut32/olepicture.c 1.5 +4 -2 wine/dlls/winmm/winenas/audio.c 1.7 +31 -83 wine/include/basetsd.h 1.7 +2 -2 wine/include/rpcndr.h 1.124 +2 -2 wine/include/winnt.h 1.35 +3 -3 wine/include/wtypes.h 1.12 +0 -2 wine/include/wine/windef16.h 1.12 +4 -5 wine/programs/wcmd/directory.c 1.4 +3 -8 wine/programs/winefile/winefile.c 1.4 +0 -1 wine/programs/winefile/winefile.h 1.9 +5 -5 wine/tools/winedump/msmangle.c 1.5 +0 -1 wine/tools/winedump/symbol.c