Module: wine Branch: master Commit: 67fe27d036b9b268a21da79108f8305350419574 URL: http://source.winehq.org/git/wine.git/?a=commit;h=67fe27d036b9b268a21da79108...
Author: Alexandre Julliard julliard@winehq.org Date: Sat Oct 11 13:14:44 2008 +0200
comcat: Get rid of the redundant IUnknown vtable for the manager implementation.
---
dlls/comcat/Makefile.in | 1 - dlls/comcat/comcat_private.h | 7 +-- dlls/comcat/information.c | 32 ++++------- dlls/comcat/manager.c | 116 ------------------------------------------ dlls/comcat/register.c | 44 ++++++++++------ 5 files changed, 40 insertions(+), 160 deletions(-)
Diff: http://source.winehq.org/git/wine.git/?a=commitdiff;h=67fe27d036b9b268a21da7...