[PATCH 1/3] qmgr: Added DllGetClassObject and DllCanUnloadNow.

Alexandre Julliard julliard at winehq.org
Mon Dec 10 06:24:18 CST 2007


Roy Shea <roy at cs.hmc.edu> writes:

> Revision 2.  Made dll_ref static for now.
> ---
>  dlls/qmgr/qmgr.spec   |    2 ++
>  dlls/qmgr/qmgr_main.c |   16 ++++++++++++++++
>  2 files changed, 18 insertions(+), 0 deletions(-)
>
> diff --git a/dlls/qmgr/qmgr.spec b/dlls/qmgr/qmgr.spec
> index 1a63b32..c534b4f 100644
> --- a/dlls/qmgr/qmgr.spec
> +++ b/dlls/qmgr/qmgr.spec
> @@ -1,2 +1,4 @@
> +@ stdcall -private DllCanUnloadNow()
> +@ stdcall -private DllGetClassObject(ptr ptr ptr)
>  @ stub DllRegisterServer
>  @ stub DllUnregisterServer

These don't exist in the Windows dll. I don't think they make much sense
in a service dll.

-- 
Alexandre Julliard
julliard at winehq.org



More information about the wine-devel mailing list