Roy Shea <[EMAIL PROTECTED]> 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
[EMAIL PROTECTED]


Reply via email to