Skip to content
Snippets Groups Projects
Commit ce4a4ef9 authored by James Hawkins's avatar James Hawkins Committed by Alexandre Julliard
Browse files

Minor documentation addition.

parent 7f34c040
Branches
Tags
No related merge requests found
......@@ -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);
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment