reactos/rostests/apitests/gdi32api/tests/CreateRectRgn.c

9 lines
108 B
C
Raw Normal View History

INT
Test_CreateRectRgn(PTESTINFO pti)
{
// HRGN hRgn;
// hRgn = CreateRectRgn(
return APISTATUS_NORMAL;
}