mirror of
https://github.com/reactos/reactos.git
synced 2024-11-04 22:00:55 +00:00
9 lines
116 B
C
9 lines
116 B
C
|
INT
|
||
|
Test_CreateRectRgn(PTESTINFO pti)
|
||
|
{
|
||
|
// HRGN hRgn;
|
||
|
|
||
|
// hRgn = CreateRectRgn(
|
||
|
return APISTATUS_NORMAL;
|
||
|
}
|