ChangeSet ID: 1031711718985728366839798 CVSROOT: /opt/cvs-commit Module name: wine Changes by: julliard@wine.codeweavers.com 02/09/10 21:35:18
Modified files: . : configure configure.ac dlls : Makefile.in dlls/netapi32 : Makefile.in netapi32.spec include : Makefile.in lmcons.h winbase.h Added files: dlls/netapi32 : apibuf.c wksta.c dlls/netapi32/tests: .cvsignore Makefile.in apibuf.c wksta.c include : lm.h lmaccess.h lmapibuf.h lmerr.h lmwksta.h
Log message: Andriy Palamarchuk apa3a@yahoo.com Implemented buffer management functions, a couple of workstation information functions, created conformance tests.
Patch: http://cvs.winehq.com/patch.py?id=1031711718985728366839798
Revision Changes Path 1.339 +2 -1 wine/configure 1.76 +1 -0 wine/configure.ac 1.150 +1 -1 wine/dlls/Makefile.in 1.7 +7 -1 wine/dlls/netapi32/Makefile.in 1.5 +274 -1 wine/dlls/netapi32/netapi32.spec 1.1 +0 -0 wine/dlls/netapi32/apibuf.c 1.1 +0 -0 wine/dlls/netapi32/wksta.c 1.1 +0 -0 wine/dlls/netapi32/tests/.cvsignore 1.1 +0 -0 wine/dlls/netapi32/tests/Makefile.in 1.1 +0 -0 wine/dlls/netapi32/tests/apibuf.c 1.1 +0 -0 wine/dlls/netapi32/tests/wksta.c 1.58 +5 -0 wine/include/Makefile.in 1.3 +4 -0 wine/include/lmcons.h 1.156 +2 -0 wine/include/winbase.h 1.1 +0 -0 wine/include/lm.h 1.1 +0 -0 wine/include/lmaccess.h 1.1 +0 -0 wine/include/lmapibuf.h 1.1 +0 -0 wine/include/lmerr.h 1.1 +0 -0 wine/include/lmwksta.h