Michael Stefaniuc mstefani@redhat.de writes:
the attached patch is independent of the previous sent HWND4.diff and should almost finish the conversion of HWND to a void*. There are still some "warning: assignment makes pointer from integer without a cast" but they occur between SERVER_START_REQ and SERVER_END_REQ and i didn't figured out to what to cast the HWND's (that code is a little bit too obfuscated for me).
Actually you don't need to cast them at all. When handles are made void* server handles will be void* too so it will all work fine.