PATCH: rename WIN_Handle{16,32} to HWND_{16,32}

Alexandre Julliard julliard at winehq.com
Sat Aug 31 11:40:55 CDT 2002


Michael Stefaniuc <mstefani at redhat.de> writes:

>     - rename WIN_Handle{16,32} to HWND_{16,32} to make it consistent
>       with the other handle <--> handle16 macros

I think you should keep WIN_Handle32 as it is, to make it clear that
it does more that simply cast the handle to the right type. Especially
since we will need an HWND_32 macro in other dlls that does what its
name suggests. Otherwise it's going to be very confusing to have
HWND_32 be sometimes a simple macro and sometimes a complex function.

-- 
Alexandre Julliard
julliard at winehq.com



More information about the wine-devel mailing list