Dimi Paun <[EMAIL PROTECTED]> writes:
> I've taken a stab (prototype level) at the LOCAL_Alloc() function
> (patch included below). Would such an approach be acceptable?
Yes, that should be OK.
--
Alexandre Julliard
[EMAIL PROTECTED]
>From a cursory look at the problem, it seems we can turn things
upside down. Right now LOCAL_*() functions (Wine specific) are
equivalent to the Local*16() functions (Windows exports), with
the exception that they take a selector as first argument
(which makes them more general). As a result, Lo