Add missing files
[reactos.git] / rostests / apitests / dciman32 / DCICreatePrimary.c
1 /*
2 * PROJECT: ReactOS api tests
3 * LICENSE: GPL - See COPYING in the top level directory
4 * PURPOSE: Test for DCICreatePrimary
5 * PROGRAMMERS: Timo Kreuzer
6 */
7
8 #include <stdio.h>
9 #include <wine/test.h>
10 #include <windows.h>
11
12 void Test_DCICreatePrimary()
13 {
14
15 }
16
17 START_TEST(DCICreatePrimary)
18 {
19 Test_DCICreatePrimary();
20 }
21