please don't apply RPC Merge D_PL1

Alexandre Julliard julliard at winehq.com
Tue Oct 15 12:34:52 CDT 2002


Ove Kaaven <ovek at arcticnet.no> 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
julliard at winehq.com



More information about the wine-devel mailing list