Commit ce4a4ef9 authored by James Hawkins's avatar James Hawkins Committed by Alexandre Julliard

Minor documentation addition.

parent 7f34c040
......@@ -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);
......
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