mirror of
https://github.com/reactos/reactos.git
synced 2024-11-02 21:09:15 +00:00
2df110e92d
svn path=/trunk/; revision=71649
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 }
|
|
};
|