Ken Thomases <k...@codeweavers.com> writes: > --- > dlls/user32/driver.c | 12 ++++++++++++ > dlls/user32/user_private.h | 1 + > dlls/user32/winpos.c | 2 ++ > 3 files changed, 15 insertions(+), 0 deletions(-)
It's better to avoid adding entry points that don't correspond to Windows APIs. Instead you should request the info when you need it. -- Alexandre Julliard julli...@winehq.org