Roy Shea roy@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.