mirror of
https://github.com/reactos/reactos.git
synced 2024-12-05 01:13:31 +08:00
11 lines
243 B
C
11 lines
243 B
C
|
#define STANDALONE
|
||
|
#include <apitest.h>
|
||
|
|
||
|
extern void func_Bus_PDO_QueryResourceRequirements(void);
|
||
|
|
||
|
const struct test winetest_testlist[] =
|
||
|
{
|
||
|
{ "Bus_PDO_QueryResourceRequirements", func_Bus_PDO_QueryResourceRequirements },
|
||
|
{ 0, 0 }
|
||
|
};
|