reactos/modules/rostests/apitests/gdi32/CreateRectRgn.c

19 lines
297 B
C
Raw Normal View History

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