Ove Kaaven <[EMAIL PROTECTED]> writes:

> Hmm. Maybe it's possible to do something in the fashion of
> 
> LONG_PTR RPC_VAR_ENTRY
>   NdrClientCall2( PMIDL_STUB_DESC pStubDescriptor, PFORMAT_STRING pFormat, ... );
> #ifndef __WINE__
> #define NdrClientCall2 (CLIENT_CALL_RETURN)NdrClientCall2
> #endif
> 
> to gain source compatibility.

Well, that's not 100% compatible either, and depending on how the app
uses it could even fail to compile. I'd say we leave it as LONG_PTR
and worry about it once we find a case where it matters in practice.

-- 
Alexandre Julliard
[EMAIL PROTECTED]

Reply via email to