reactos/rostests/apitests/gdi32/CreateRectRgn.c
Amine Khaldi c71475e3bb * Addendum to r58214.
svn path=/trunk/; revision=58290
2013-02-05 17:54:22 +00:00

20 lines
300 B
C

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