Added a stub implementation for GetCurrentHwProfileW.

This commit is contained in:
Mike McCormack 2004-12-01 15:27:59 +00:00 committed by Alexandre Julliard
parent 21970dc2f7
commit 418672f2e5
2 changed files with 7 additions and 0 deletions

View File

@ -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.@]
*

View File

@ -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)