ChangeSet ID: 19970
CVSROOT: /opt/cvs-commit
Module name: wine
Changes by: julliard(a)winehq.org 2005/09/03 10:04:33
Modified files:
dlls/winecrt0 : dll_entry.c
Log message:
Make sure to always call the destructors when the constructors have
been called from the dll entry point.
Patch: http://cvs.winehq.org/patch.py?id=19970
Old revision New revision Changes Path
1.3 1.4 +8 -3 wine/dlls/winecrt0/dll_entry.c
ChangeSet ID: 19967
CVSROOT: /opt/cvs-commit
Module name: wine
Changes by: julliard(a)winehq.org 2005/09/03 10:02:57
Modified files:
dlls/crypt32/tests: cert.c
dlls/crypt32 : cert.c
Log message:
Juan Lang <juan_lang(a)yahoo.com>
Correct a test that incorrectly showed signed certs couldn't be added
to a mem store.
Support signed certs in mem stores.
Correct use of a freed pointer.
Patch: http://cvs.winehq.org/patch.py?id=19967
Old revision New revision Changes Path
1.4 1.5 +19 -6 wine/dlls/crypt32/tests/cert.c
1.11 1.12 +10 -4 wine/dlls/crypt32/cert.c