On Thu, 2 Mar 2000, David Elliott wrote:
> Hmmm.. that didn't go way over my head or anything.
>
> Maybe that should tell me something like to stay out of the land of DOS.
> Something tells me I should maybe just export an extra function out of
> WINASPI or something as a quick hack. At least that would move ASPI into
> the DLL realm instead of being part of libwine.so.
Is the structures so different that you can't just call into WNASPI32 with
the linear address? If you have to use WINASPI, why not just allocate a
selector when calling it or deallocating it when returning, or does it
need to retain the selector after the call too?