[UMPNPMGR] Replace some magic values

This commit is contained in:
Eric Kohl 2023-05-29 11:58:09 +02:00
parent 024daea0af
commit 2626c724e9

View file

@ -644,7 +644,7 @@ PNP_GetVersion(
DPRINT("PNP_GetVersion(%p %p)\n",
hBinding, pVersion);
*pVersion = 0x0400;
*pVersion = CONFIGMG_VERSION;
return CR_SUCCESS;
}
@ -4879,7 +4879,7 @@ PNP_GetVersionInternal(
{
UNREFERENCED_PARAMETER(hBinding);
*pwVersion = 0x501;
*pwVersion = WINVER;
return CR_SUCCESS;
}