ReactOS 0.4.15-dev-7924-g5949c20
load.c File Reference
#include <apitest.h>
#include <stdio.h>
#include <assert.h>
#include <winuser.h>
#include <winreg.h>
#include <winsvc.h>
Include dependency graph for load.c:

Go to the source code of this file.

Functions

static void test_FIXME (void)
 
 START_TEST (load)
 

Function Documentation

◆ START_TEST()

START_TEST ( load  )

Definition at line 41 of file load.c.

42{
43 test_FIXME();
44}
static void test_FIXME(void)
Definition: load.c:35

◆ test_FIXME()

static void test_FIXME ( void  )
static

Definition at line 35 of file load.c.

36{
37
38}

Referenced by START_TEST().