Steven Edwards steven_ed4153@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.