ChangeSet ID: 13346
CVSROOT: /opt/cvs-commit
Module name: wine
Changes by: julliard(a)wine.codeweavers.com 2004/08/17 17:08:43
Modified files:
dlls/capi2032 : cap20wxx.c
Log message:
Marcus Meissner <meissner(a)suse.de>
Newer dependent linux headers have __user notations, which we need to
provide. Define it to be empty.
Patch: http://cvs.winehq.org/patch.py?id=13346
Old revision New revision Changes Path
1.3 1.4 +1 -0 wine/dlls/capi2032/cap20wxx.c
ChangeSet ID: 13344
CVSROOT: /opt/cvs-commit
Module name: wine
Changes by: julliard(a)wine.codeweavers.com 2004/08/17 17:08:16
Modified files:
dlls/advapi32 : crypt.c
Log message:
James Hawkins <truiken(a)gmail.com>
If pszTypeName is too small to hold the type name in
CryptEnumProviderTypes, return ERROR_MORE_DATA.
Patch: http://cvs.winehq.org/patch.py?id=13344
Old revision New revision Changes Path
1.48 1.49 +6 -1 wine/dlls/advapi32/crypt.c
ChangeSet ID: 13340
CVSROOT: /opt/cvs-commit
Module name: wine
Changes by: julliard(a)wine.codeweavers.com 2004/08/16 18:19:03
Modified files:
dlls/user/tests: win.c
Log message:
Ferenc Wagner <wferi(a)afavant.elte.hu>
The desktop process is not automatically restarted under Win95, so
stop killing it.
Patch: http://cvs.winehq.org/patch.py?id=13340
Old revision New revision Changes Path
1.31 1.32 +0 -11 wine/dlls/user/tests/win.c