- Merge the remaining portion of the wlan-bringup branch
[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 <stdio.h>
9 #include <wine/test.h>
10 #include <windows.h>
11
12 void Test_CreateRectRgn()
13 {
14
15 }
16
17 START_TEST(CreateRectRgn)
18 {
19 Test_CreateRectRgn();
20 }
21