advapi32: Fix a typo.
This commit is contained in:
parent
72ed214932
commit
eb48a47260
|
@ -120,7 +120,7 @@ BOOL WINAPI GetCurrentHwProfileA(LPHW_PROFILE_INFOA pInfo)
|
||||||
{
|
{
|
||||||
FIXME("(%p) semi-stub\n", pInfo);
|
FIXME("(%p) semi-stub\n", pInfo);
|
||||||
pInfo->dwDockInfo = DOCKINFO_DOCKED;
|
pInfo->dwDockInfo = DOCKINFO_DOCKED;
|
||||||
strcpy(pInfo->szHwProfileGuid,"{12340001-1234-1234-1234-1233456789012}");
|
strcpy(pInfo->szHwProfileGuid,"{12340001-1234-1234-1234-123456789012}");
|
||||||
strcpy(pInfo->szHwProfileName,"Wine Profile");
|
strcpy(pInfo->szHwProfileName,"Wine Profile");
|
||||||
return 1;
|
return 1;
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue