wine/dlls/ext-ms-win-ntuser-rectangle-ext-l1-1-0/ext-ms-win-ntuser-rectangle-ext-l1-1-0.spec
Andrey Gusev 025ea7a93c ext-ms-win-ntuser-rectangle-ext-l1-1-0: Add dll.
Signed-off-by: Andrey Gusev <andrey.goosev@gmail.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
2016-10-30 17:11:02 +01: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