ChangeSet ID: 14309
CVSROOT: /opt/cvs-commit
Module name: wine
Changes by: julliard(a)wine.codeweavers.com 2004/10/25 16:48:44
Modified files:
dlls/ole32 : compobj.c
Log message:
Dmitry Timoshkov <dmitry(a)codeweavers.com>
- Remove bogus use of nStatCounter and hOleAut32 in CoSetState.
- Remove a comment about protecting per thread data by a critical section.
Patch: http://cvs.winehq.org/patch.py?id=14309
Old revision New revision Changes Path
1.106 1.107 +0 -8 wine/dlls/ole32/compobj.c
ChangeSet ID: 14307
CVSROOT: /opt/cvs-commit
Module name: wine
Changes by: julliard(a)wine.codeweavers.com 2004/10/25 16:47:57
Modified files:
dlls/comctl32 : updown.c
Log message:
Dimitrie O. Paun <dpaun(a)rogers.com>
Use only Unicode functions, it makes it easier to see we are fully
Unicode compliant.
Patch: http://cvs.winehq.org/patch.py?id=14307
Old revision New revision Changes Path
1.61 1.62 +17 -16 wine/dlls/comctl32/updown.c