ChangeSet ID: 102944932185245846382259 CVSROOT: /opt/cvs-commit Module name: wine Changes by: julliard@wine.codeweavers.com 02/08/15 17:08:41
Modified files: . : configure configure.ac dlls/ntdll : Makefile.in ntdll.spec rtl.c include : ntddk.h Added files: dlls/ntdll : rtlbitmap.c dlls/ntdll/tests: .cvsignore Makefile.in rtlbitmap.c
Log message: Jon Griffiths jon_p_griffiths@yahoo.com Implement and test rtl bitmap functions. Add a couple of other misc rtl functions.
Patch: http://cvs.winehq.com/patch.py?id=102944932185245846382259
Revision Changes Path 1.332 +2 -1 wine/configure 1.70 +1 -0 wine/configure.ac 1.32 +3 -0 wine/dlls/ntdll/Makefile.in 1.74 +25 -17 wine/dlls/ntdll/ntdll.spec 1.49 +38 -40 wine/dlls/ntdll/rtl.c 1.1 +0 -0 wine/dlls/ntdll/rtlbitmap.c 1.1 +0 -0 wine/dlls/ntdll/tests/.cvsignore 1.1 +0 -0 wine/dlls/ntdll/tests/Makefile.in 1.1 +0 -0 wine/dlls/ntdll/tests/rtlbitmap.c 1.48 +80 -0 wine/include/ntddk.h