reactos/modules/rostests/apitests/gdi32/CreateRectRgn.c
2017-12-02 22:14:47 +01:00

19 lines
297 B
C

/*
* PROJECT: ReactOS api tests
* LICENSE: GPL - See COPYING in the top level directory
* PURPOSE: Test for CreateRectRgn
* PROGRAMMERS: Timo Kreuzer
*/
#include "precomp.h"
void Test_CreateRectRgn()
{
}
START_TEST(CreateRectRgn)
{
Test_CreateRectRgn();
}