[PATCH v2 2/2] rpcrt4/tests: Add a bare test for NdrServerCallAll().

Serge Gautherie winehq-git_serge_180711 at gautherie.fr
Sun Apr 26 22:05:21 CDT 2020


On 27/04/2020 04:48, Zebediah Figura wrote:

> I don't know whether this test is worth having in general—we don't
> usually bother with it—but if it is, something like this seems simpler:

This is kind of a special case (see my initial answer), so I would say 
the test is worth it.

> #ifdef _WIN64
> ok(!!pNdrServerCallAll)
> #else
> ok(!pNdrServerCallAll)
> #endif

Right, I'll do that...

-- 



More information about the wine-devel mailing list