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