ChangeSet ID: 13472 CVSROOT: /opt/cvs-commit Module name: wine Changes by: julliard@wine.codeweavers.com 2004/08/24 15:16:25
Modified files: tools/winapi : tests.dat include : winnt.h winbase.h dlls/ntdll/tests: generated.c dlls/kernel/tests: generated.c
Log message: Francois Gouget fgouget@free.fr Fix alignment issues for MEMORYSTATUSEX, WIN32_STREAM_ID and IO_COUNTERS. The corresponding tests now succeed both when compiled with the Windows headers and when compiled with the Wine headers.
Patch: http://cvs.winehq.org/patch.py?id=13472
Old revision New revision Changes Path 1.20 1.21 +5 -5 wine/tools/winapi/tests.dat 1.190 1.191 +9 -8 wine/include/winnt.h 1.215 1.216 +12 -8 wine/include/winbase.h 1.16 1.17 +21 -0 wine/dlls/ntdll/tests/generated.c 1.11 1.12 +44 -0 wine/dlls/kernel/tests/generated.c