Minor documentation addition.

This commit is contained in:
James Hawkins 2004-12-14 15:27:05 +00:00 committed by Alexandre Julliard
parent 7f34c04067
commit ce4a4ef981
1 changed files with 5 additions and 0 deletions

View File

@ -121,6 +121,11 @@ BOOL WINAPI GetCurrentHwProfileA(LPHW_PROFILE_INFOA pInfo)
return 1;
}
/******************************************************************************
* GetCurrentHwProfileW [ADVAPI32.@]
*
* See GetCurrentHwProfileA.
*/
BOOL WINAPI GetCurrentHwProfileW(LPHW_PROFILE_INFOW pInfo)
{
FIXME("(%p)\n", pInfo);