mirror of
https://github.com/reactos/reactos.git
synced 2024-10-30 19:41:57 +00:00
11 lines
186 B
C
11 lines
186 B
C
|
#define STANDALONE
|
||
|
#include <apitest.h>
|
||
|
|
||
|
extern void func_ShellDimScreen(void);
|
||
|
|
||
|
const struct test winetest_testlist[] =
|
||
|
{
|
||
|
{ "ShellDimScreen", func_ShellDimScreen },
|
||
|
{ 0, 0 }
|
||
|
};
|