ReactOS 0.4.15-dev-8434-g155a7c7
CreateRectRgn.c
Go to the documentation of this file.
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 "precomp.h"
9
11{
12
13}
14
16{
18}
void Test_CreateRectRgn()
Definition: CreateRectRgn.c:10
#define START_TEST(x)
Definition: atltest.h:75
HRGN WINAPI CreateRectRgn(_In_ int, _In_ int, _In_ int, _In_ int)