[PATCH 3/6] user32: Export WINPOS_GetMinMaxInfo() as __wine_get_min_max_info() so it can be called by drivers.

Ken Thomases ken at codeweavers.com
Thu Sep 12 10:40:58 CDT 2013


On Sep 12, 2013, at 12:23 AM, Dmitry Timoshkov wrote:

> Ken Thomases <ken at codeweavers.com> wrote:
> 
>> +@ cdecl __wine_get_min_max_info(long ptr ptr ptr ptr) WINPOS_GetMinMaxInfo
> 
> What's wrong with calling SendMessage(WM_GETMINMAXINFO) from the driver?

Because I would have to duplicate all of the rest of the logic in WINPOS_GetMinMaxInfo(), too.

-Ken




More information about the wine-devel mailing list