mirror of
https://github.com/reactos/reactos.git
synced 2024-12-04 08:53:32 +08:00
9bcd835074
This will allow us to verify fixes made to function, which is quite broken.
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 }
|
|
};
|