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