[SHELL32_APITEST] -Add some tests for SHParseDisplayName for CORE-12882.
[reactos.git] / rostests / apitests / msgina / testlist.c
1 #define STANDALONE
2 #include <apitest.h>
3
4 extern void func_ShellDimScreen(void);
5
6 const struct test winetest_testlist[] =
7 {
8 { "ShellDimScreen", func_ShellDimScreen },
9 { 0, 0 }
10 };