ReactOS 0.4.15-dev-7906-g1b85a5f
handles.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 handles.c:

Go to the source code of this file.

Functions

static void test_FIXME (void)
 
 START_TEST (handles)
 

Function Documentation

◆ START_TEST()

START_TEST ( handles  )

Definition at line 42 of file handles.c.

43{
44 test_FIXME();
45}
static void test_FIXME(void)
Definition: handles.c:36

◆ test_FIXME()

static void test_FIXME ( void  )
static

Definition at line 36 of file handles.c.

37{
38
39}

Referenced by START_TEST().