mirror of
https://github.com/reactos/reactos.git
synced 2026-07-07 14:09:38 +08:00
[gdi32]
fix typo in comment svn path=/trunk/; revision=44753
This commit is contained in:
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user