Splitting out shared Win16/Win32 code

Alexandre Julliard julliard at winehq.org
Sat Nov 29 19:16:06 CST 2003


Steven Edwards <steven_ed4153 at yahoo.com> writes:

> It submitted a patch for this problem a while back in comdlg32 and it
> went to the silent void that is Alexandres patch rejection que....
> http://www.winehq.org/hypermail/wine-patches/2003/10/0265.html

Can't say that I remember that patch, I must have dropped it. Could
you please resumit?

>> How should it be handled?

Wherever possible, by having the 16-bit code call the 32-bit code.
Where this is really not possible, by duplicating the necessary code,
but that should be the last resort. There is no #ifdef we can use for
that purpose, and we shouldn't add one.

-- 
Alexandre Julliard
julliard at winehq.com



More information about the wine-devel mailing list