ChangeSet ID: 5912
CVSROOT: /opt/cvs-commit
Module name: wine
Changes by: julliard(a)wine.codeweavers.com 2002/10/21 14:54:06
Modified files:
dlls/comctl32 : comctl32undoc.c
Log message:
Dimitrie O. Paun <dpaun(a)rogers.com>
DPAs can't have more than 0x8000 elements (fixed with lots of help
from Carlos <clozano(a)andago.com).
Patch: http://cvs.winehq.com/patch.py?id=5912
Old revision New revision Changes Path
1.70 1.71 +4 -1 wine/dlls/comctl32/comctl32undoc.c
ChangeSet ID: 5909
CVSROOT: /opt/cvs-commit
Module name: wine
Changes by: julliard(a)wine.codeweavers.com 2002/10/21 14:48:37
Modified files:
dlls/comctl32 : comctl32undoc.c
Log message:
Dimitrie O. Paun <dpaun(a)rogers.com>
Rewrite DPA_InsertPtr in terms on DPA_SetPtr, so that it's simpler,
cleaner, and more correct.
It now expands the array to accomodate larger than current size
indexes.
Patch: http://cvs.winehq.com/patch.py?id=5909
Old revision New revision Changes Path
1.67 1.68 +8 -48 wine/dlls/comctl32/comctl32undoc.c