mirror of
https://github.com/ApfelTeeSaft/reactos.git
synced 2026-09-03 04:13:31 +00:00
Implement ExtCreateRegion.
svn path=/trunk/; revision=12730
This commit is contained in:
@@ -79,9 +79,9 @@ NtGdiEqualRgn(HRGN hSrcRgn1,
|
||||
|
||||
HRGN
|
||||
STDCALL
|
||||
NtGdiExtCreateRegion(CONST PXFORM Xform,
|
||||
DWORD Count,
|
||||
CONST PROSRGNDATA RgnData);
|
||||
NtGdiExtCreateRegion(CONST XFORM *Xform,
|
||||
DWORD Count,
|
||||
CONST RGNDATA *RgnData);
|
||||
|
||||
BOOL
|
||||
STDCALL
|
||||
|
||||
Reference in New Issue
Block a user