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