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 <apitest.h> 9 10 void Test_DCICreatePrimary() 11 { 12 13 } 14 15 START_TEST(DCICreatePrimary) 16 { 17 Test_DCICreatePrimary(); 18 } 19 20