ChangeSet ID: 13276
CVSROOT: /opt/cvs-commit
Module name: wine
Changes by: julliard(a)wine.codeweavers.com 2004/08/13 14:45:40
Modified files:
dlls/advapi32/tests: crypt.c
dlls/advapi32 : crypt.c
Log message:
James Hawkins <truiken(a)gmail.com>
If the pszProvName param of CryptEnumProviders is too small to hold
the provider name, SetLastError to ERROR_MORE_DATA.
Patch: http://cvs.winehq.org/patch.py?id=13276
Old revision New revision Changes Path
1.4 1.5 +10 -13 wine/dlls/advapi32/tests/crypt.c
1.46 1.47 +9 -6 wine/dlls/advapi32/crypt.c
ChangeSet ID: 13270
CVSROOT: /opt/cvs-commit
Module name: wine
Changes by: julliard(a)wine.codeweavers.com 2004/08/12 19:41:34
Modified files:
include : winbase.h
dlls/kernel : heap.c
Log message:
Robert Reif <reif(a)earthlink.net>
Use GlobalMemoryStatusEx in GlobalMemoryStatus rather than the other
way around.
Patch: http://cvs.winehq.org/patch.py?id=13270
Old revision New revision Changes Path
1.212 1.213 +1 -0 wine/include/winbase.h
1.9 1.10 +115 -88 wine/dlls/kernel/heap.c