Re: Getting rid of LOCAL_ exports

2005-05-12 Thread Alexandre Julliard
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]

Getting rid of LOCAL_ exports

2005-05-10 Thread Dimi Paun
>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