PATCH: almost ready with the conversion of HWND to a void*

Alexandre Julliard julliard at winehq.com
Fri Sep 6 14:58:34 CDT 2002


Michael Stefaniuc <mstefani at 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.

-- 
Alexandre Julliard
julliard at winehq.com



More information about the wine-devel mailing list