ChangeSet ID: 12045 CVSROOT: /opt/cvs-commit Module name: wine Changes by: julliard@wine.codeweavers.com 2004/04/19 14:26:58
Modified files: include : shlguid.h Makefile.in dlls/uuid : uuid.c dlls/shell32 : shellole.c shell32_main.h regsvr.c debughlp.c Makefile.in Added files: include : shldisp.idl shldisp.h dlls/shell32 : autocomplete.c
Log message: Maxime Bellengé maxime.bellenge@laposte.net Add the IAutoComplete and IAutoComplete2 implementation (but methods stubbed for now).
Patch: http://cvs.winehq.org/patch.py?id=12045
Old revision New revision Changes Path 1.19 1.20 +2 -0 wine/include/shlguid.h 1.125 1.126 +1 -0 wine/include/Makefile.in 1.2 1.3 +1 -0 wine/dlls/uuid/uuid.c 1.62 1.63 +1 -0 wine/dlls/shell32/shellole.c 1.86 1.87 +2 -0 wine/dlls/shell32/shell32_main.h 1.4 1.5 +6 -0 wine/dlls/shell32/regsvr.c 1.13 1.14 +3 -0 wine/dlls/shell32/debughlp.c 1.81 1.82 +1 -0 wine/dlls/shell32/Makefile.in Added 1.1 +0 -0 wine/include/shldisp.idl Added 1.1 +0 -0 wine/include/shldisp.h Added 1.1 +0 -0 wine/dlls/shell32/autocomplete.c