mirror of
https://github.com/reactos/reactos.git
synced 2024-11-02 04:37:32 +00:00
20 lines
310 B
C
20 lines
310 B
C
/*
|
|
* PROJECT: ReactOS api tests
|
|
* LICENSE: GPL - See COPYING in the top level directory
|
|
* PURPOSE: Test for DCICreatePrimary
|
|
* PROGRAMMERS: Timo Kreuzer
|
|
*/
|
|
|
|
#include <apitest.h>
|
|
|
|
void Test_DCICreatePrimary()
|
|
{
|
|
|
|
}
|
|
|
|
START_TEST(DCICreatePrimary)
|
|
{
|
|
Test_DCICreatePrimary();
|
|
}
|
|
|