Commit 418672f2 authored by Mike McCormack's avatar Mike McCormack Committed by Alexandre Julliard

Added a stub implementation for GetCurrentHwProfileW.

parent 21970dc2
......@@ -121,6 +121,12 @@ BOOL WINAPI GetCurrentHwProfileA(LPHW_PROFILE_INFOA pInfo)
return 1;
}
BOOL WINAPI GetCurrentHwProfileW(LPHW_PROFILE_INFOW pInfo)
{
FIXME("(%p)\n", pInfo);
return FALSE;
}
/******************************************************************************
* AbortSystemShutdownA [ADVAPI32.@]
*
......
......@@ -108,6 +108,7 @@
@ stdcall GetAce(ptr long ptr)
@ stdcall GetAclInformation(ptr ptr long long)
@ stdcall GetCurrentHwProfileA(ptr)
@ stdcall GetCurrentHwProfileW(ptr)
@ stub GetEffectiveRightsFromAclA
@ stdcall GetExplicitEntriesFromAclA(ptr ptr ptr)
@ stdcall GetExplicitEntriesFromAclW(ptr ptr ptr)
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment