Reactos
at master 15 lines 290 B view raw
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}