wine/dlls/api-ms-win-ntuser-rectangle-l1-1-0/api-ms-win-ntuser-rectangle-l1-1-0.spec
Fabian Maurer 3589b234f5 api-ms-win-ntuser-rectangle-l1-1-0: Add dll.
Signed-off-by: Fabian Maurer <dark.shadow4@web.de>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
2017-09-20 17:29:21 +02:00

12 lines
562 B
Ruby

@ stdcall CopyRect(ptr ptr) user32.CopyRect
@ stdcall EqualRect(ptr ptr) user32.EqualRect
@ stdcall InflateRect(ptr long long) user32.InflateRect
@ stdcall IntersectRect(ptr ptr ptr) user32.IntersectRect
@ stdcall IsRectEmpty(ptr) user32.IsRectEmpty
@ stdcall OffsetRect(ptr long long) user32.OffsetRect
@ stdcall PtInRect(ptr int64) user32.PtInRect
@ stdcall SetRect(ptr long long long long) user32.SetRect
@ stdcall SetRectEmpty(ptr) user32.SetRectEmpty
@ stdcall SubtractRect(ptr ptr ptr) user32.SubtractRect
@ stdcall UnionRect(ptr ptr ptr) user32.UnionRect