17 Dec
2007
17 Dec
'07
11:56 a.m.
Roy Shea <roy(a)cs.hmc.edu> writes:
--- dlls/qmgr/Makefile.in | 1 + dlls/qmgr/qmgr.c | 103 +++++++++++++++++++++++++++++++++++++++++++++++++ dlls/qmgr/qmgr.h | 38 ++++++++++++++++++ 3 files changed, 142 insertions(+), 0 deletions(-)
Sending small patches is good, but they still need to do something useful. So for a stub interface you should at least implement AddRef and Release, and a way to create an instance. -- Alexandre Julliard julliard(a)winehq.org