Hello,
On Fri, Jul 19, 2002 at 09:49:52PM +0200, Michael Stefaniuc wrote:
please disregard this patch, it has build problems in a "make clean" enviroment. An other problem is that WOWHandle32 and WOWHandle16 are needed in loader/task.c, but I suspect I'm not allowed to import wow32 into the ntdll?
After looking at what WOWHandle16 is doing, I replaced it with LOWORD in loader/task.c (LOWORD is used a lot in that file). Please try attached patch, it builds now correctly.
On Fri, Jul 19, 2002 at 01:07:16AM +0200, Michael Stefaniuc wrote:
this patch should close bug #502, but I have some questions (that's why wine-devel is CC'ed):
- is it correct to use the HTASK_{16,32} macros or should I use WOWHandle{16,32}? The difference is that the macros include a type cast to the right handle.
- GetAppCompatFlags() works internaly with a HTASK16. Can I move the implementation to GetAppCompatFlags16()? Would save a handle conversion in GetAppCompatFlags16().
I'll close the bug report after the patch get's accepted.
License: LGPL, X11 Changelog: Michael Stefaniuc mstefani@redhat.com - Convert HTASK to a void* - Fix HTASK_32 macro
bye michael