mirror of
https://github.com/reactos/reactos.git
synced 2024-11-02 04:37:32 +00:00
19 lines
297 B
C
19 lines
297 B
C
/*
|
|
* 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();
|
|
}
|