[PATCH 2/2] qmgr: Stub functions for queue manager interface.

Alexandre Julliard julliard at winehq.org
Mon Dec 17 05:56:50 CST 2007


Roy Shea <roy at 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 at winehq.org



More information about the wine-devel mailing list