[GDI32_APITEST]
[reactos.git] / rostests / apitests / gdi32 / CreateRectRgn.c
1 /*
2 * PROJECT: ReactOS api tests
3 * LICENSE: GPL - See COPYING in the top level directory
4 * PURPOSE: Test for CreateRectRgn
5 * PROGRAMMERS: Timo Kreuzer
6 */
7
8 #include <apitest.h>
9
10 void Test_CreateRectRgn()
11 {
12
13 }
14
15 START_TEST(CreateRectRgn)
16 {
17 Test_CreateRectRgn();
18 }
19