7534f282bca109d12d96d13261e0cfdd257d50ad
[reactos.git] / reactos / dll / win32 / powrprof / powrprof_ros.diff
1 Index: powrprof.c
2 ===================================================================
3 --- powrprof.c (revision 26779)
4 +++ powrprof.c (working copy)
5 @@ -303,6 +303,15 @@
6 return FALSE;
7 }
8
9 +BOOLEAN WINAPI ValidatePowerPolicies(PGLOBAL_POWER_POLICY pGPP, PPOWER_POLICY pPP)
10 +{
11 + /* FIXME: See note #3 */
12 + FIXME("(%p, %p) stub!\n", pGPP, pPP);
13 + SetLastError(ERROR_CALL_NOT_IMPLEMENTED);
14 + return TRUE;
15 +
16 +}
17 +
18 BOOL WINAPI DllMain(HINSTANCE hinstDLL, DWORD fdwReason, LPVOID lpvReserved)
19 {
20 FIXME("(%p, %d, %p) not fully implemented\n", hinstDLL, fdwReason, lpvReserved);
21 Index: powrprof.spec
22 ===================================================================
23 --- powrprof.spec (revision 26779)
24 +++ powrprof.spec (working copy)
25 @@ -18,3 +18,4 @@
26 @ stdcall WriteGlobalPwrPolicy (ptr)
27 @ stdcall WriteProcessorPwrScheme (long ptr)
28 @ stdcall WritePwrScheme (ptr str str ptr)
29 +@ stdcall ValidatePowerPolicies (ptr ptr)
30 \ No newline at end of file