ntprint: Fix PSetupCreateMonitorInfo spec file entry

Huw Davies huw at codeweavers.com
Fri Jan 27 04:25:11 CST 2017


On Thu, Jan 26, 2017 at 11:46:57PM +0100, André Hentschel wrote:
> Signed-off-by: André Hentschel <nerv at dawncrow.de>
> ---
>  dlls/ntprint/ntprint.spec | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> 

> diff --git a/dlls/ntprint/ntprint.spec b/dlls/ntprint/ntprint.spec
> index 8869776..3687979 100644
> --- a/dlls/ntprint/ntprint.spec
> +++ b/dlls/ntprint/ntprint.spec
> @@ -2,7 +2,7 @@
>  @ stub PSetupAssociateICMProfiles
>  @ stub PSetupBuildDriversFromPath
>  @ stub PSetupCreateDrvSetupPage
> -@ stdcall PSetupCreateMonitorInfo(long ptr ptr)
> +@ stdcall PSetupCreateMonitorInfo(ptr ptr ptr)
>  @ stub PSetupCreatePrinterDeviceInfoList
>  @ stub PSetupDestroyDriverInfo3
>  @ stdcall PSetupDestroyMonitorInfo(long)
>

I get exceptions running the tests on 32-bit Windows (with or without
this patch) which go away when I call the function with just two
arguments - I suspect we should lose the third argument.

Huw.



More information about the wine-devel mailing list