1 /* 2 * COPYRIGHT: See COPYING in the top level directory 3 * PROJECT: ReactOS kernel 4 * FILE: ntoskrnl/tests/setup.c 5 * PURPOSE: No purpose listed. 6 * 7 * PROGRAMMERS: No programmer listed. 8 */ 9 10 #include <windows.h> 11 #include "regtests.h" 12 13 _SetupOnce() 14 { 15 } 16