mirror of
https://github.com/reactos/reactos.git
synced 2025-05-07 18:56:48 +00:00
[powrprof]
- Add more powrprof.dll tests, by Alexander Wurzinger <lohnegrim@gmx.net>. - Some cleanup and code typo fixes by me. See issue #3381 for more details. svn path=/trunk/; revision=43368
This commit is contained in:
parent
8f4f21679d
commit
8512a881b0
2 changed files with 4026 additions and 223 deletions
File diff suppressed because it is too large
Load diff
|
@ -14,12 +14,10 @@ struct test
|
|||
};
|
||||
|
||||
extern void func_power(void);
|
||||
extern void func_ros_init(void);
|
||||
|
||||
const struct test winetest_testlist[] =
|
||||
{
|
||||
{ "power", func_power },
|
||||
{ "ros_init", func_ros_init },
|
||||
{ 0, 0 }
|
||||
};
|
||||
|
||||
|
|
Loading…
Reference in a new issue