12 Sep
2013
12 Sep
'13
3:48 p.m.
Ken Thomases <ken(a)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.
Do you really need anything besides ptMaxSize? In any way even duplicating some of that code is cleaner than adding one more private export IMHO. -- Dmitry.