mirror of
https://github.com/reactos/reactos.git
synced 2024-11-04 22:00:55 +00:00
d55028d26f
svn path=/trunk/; revision=33818
8 lines
108 B
C
8 lines
108 B
C
INT
|
|
Test_CreateRectRgn(PTESTINFO pti)
|
|
{
|
|
// HRGN hRgn;
|
|
|
|
// hRgn = CreateRectRgn(
|
|
return APISTATUS_NORMAL;
|
|
}
|