Implement ExtCreateRegion.

svn path=/trunk/; revision=12730
This commit is contained in:
Filip Navara
2005-01-02 18:04:59 +00:00
parent 59aa5bd203
commit 7581cc7fb9
3 changed files with 56 additions and 11 deletions
+3 -3
View File
@@ -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