mirror of
https://github.com/reactos/reactos.git
synced 2024-12-26 09:04:39 +00:00
Added missing prototype.
svn path=/trunk/; revision=3399
This commit is contained in:
parent
df75d0d97f
commit
7a3564314a
1 changed files with 1 additions and 0 deletions
|
@ -143,5 +143,6 @@ STDCALL
|
||||||
W32kGetRegionData(HRGN hrgn,
|
W32kGetRegionData(HRGN hrgn,
|
||||||
DWORD count,
|
DWORD count,
|
||||||
LPRGNDATA rgndata);
|
LPRGNDATA rgndata);
|
||||||
|
HRGN REGION_CropRgn(HRGN hDst, HRGN hSrc, const PRECT lpRect, PPOINT lpPt);
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue