mirror of
git://source.winehq.org/git/wine.git
synced 2024-11-01 08:13:18 +00:00
3589b234f5
Signed-off-by: Fabian Maurer <dark.shadow4@web.de> Signed-off-by: Alexandre Julliard <julliard@winehq.org>
11 lines
562 B
Ruby
11 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
|