ChangeSet ID: 19447
CVSROOT: /opt/cvs-commit
Module name: wine
Changes by: julliard(a)wine.codeweavers.com 2005/08/11 05:29:03
Modified files:
dlls/ntdll/tests: reg.c
Log message:
Francois Gouget <fgouget(a)free.fr>
Remove unneeded wine/library.h include.
Use lstrlenW() instead of the Wine-specific strlenW(). This also lets
us get rid of the wine/unicode.h include.
Define the InitializeObjectAttributes() macro if not using Wine's
winternl.h header.
Patch: http://cvs.winehq.org/patch.py?id=19447
Old revision New revision Changes Path
1.5 1.6 +11 -3 wine/dlls/ntdll/tests/reg.c
ChangeSet ID: 19441
CVSROOT: /opt/cvs-commit
Module name: wine
Changes by: julliard(a)wine.codeweavers.com 2005/08/10 10:00:44
Modified files:
dlls/user/tests: dce.c
Log message:
Francois Gouget <fgouget(a)free.fr>
Define DCX_USESTYLE if it is not defined already. Fixes the
compilation with the PSDK.
Patch: http://cvs.winehq.org/patch.py?id=19441
Old revision New revision Changes Path
1.4 1.5 +4 -0 wine/dlls/user/tests/dce.c