mirror of
https://github.com/reactos/reactos.git
synced 2025-02-25 01:39:30 +00:00
[gdi32]
fix typo in comment svn path=/trunk/; revision=44753
This commit is contained in:
parent
72d95b99f9
commit
b5f2a44d75
1 changed files with 1 additions and 1 deletions
|
@ -265,7 +265,7 @@ CreateRectRgn(int x1, int y1, int x2, int y2)
|
|||
SetLastError(ERROR_INVALID_PARAMETER);
|
||||
return NULL;
|
||||
}
|
||||
//// Remove when Bush/Pen/Rgn Attr is ready!
|
||||
//// Remove when Brush/Pen/Rgn Attr is ready!
|
||||
return NtGdiCreateRectRgn(x1,y1,x2,y2);
|
||||
////
|
||||
hrgn = hGetPEBHandle(hctRegionHandle, 0);
|
||||
|
|
Loading…
Reference in a new issue