reactos/rostests/apitests/dciman32/DCICreatePrimary.c
Timo Kreuzer 57434c8ebf Add missing files
svn path=/trunk/; revision=48620
2010-08-25 08:50:10 +00:00

22 lines
352 B
C

/*
* PROJECT: ReactOS api tests
* LICENSE: GPL - See COPYING in the top level directory
* PURPOSE: Test for DCICreatePrimary
* PROGRAMMERS: Timo Kreuzer
*/
#include <stdio.h>
#include <wine/test.h>
#include <windows.h>
void Test_DCICreatePrimary()
{
}
START_TEST(DCICreatePrimary)
{
Test_DCICreatePrimary();
}