[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:
Aleksey Bragin 2009-10-11 09:49:09 +00:00
parent 8f4f21679d
commit 8512a881b0
2 changed files with 4026 additions and 223 deletions

File diff suppressed because it is too large Load diff

View file

@ -14,12 +14,10 @@ struct test
}; };
extern void func_power(void); extern void func_power(void);
extern void func_ros_init(void);
const struct test winetest_testlist[] = const struct test winetest_testlist[] =
{ {
{ "power", func_power }, { "power", func_power },
{ "ros_init", func_ros_init },
{ 0, 0 } { 0, 0 }
}; };