mirror of
https://github.com/reactos/reactos.git
synced 2025-08-04 20:36:37 +00:00
[UMPNPMGR] Replace some magic values
This commit is contained in:
parent
024daea0af
commit
2626c724e9
1 changed files with 2 additions and 2 deletions
|
@ -644,7 +644,7 @@ PNP_GetVersion(
|
||||||
DPRINT("PNP_GetVersion(%p %p)\n",
|
DPRINT("PNP_GetVersion(%p %p)\n",
|
||||||
hBinding, pVersion);
|
hBinding, pVersion);
|
||||||
|
|
||||||
*pVersion = 0x0400;
|
*pVersion = CONFIGMG_VERSION;
|
||||||
|
|
||||||
return CR_SUCCESS;
|
return CR_SUCCESS;
|
||||||
}
|
}
|
||||||
|
@ -4879,7 +4879,7 @@ PNP_GetVersionInternal(
|
||||||
{
|
{
|
||||||
UNREFERENCED_PARAMETER(hBinding);
|
UNREFERENCED_PARAMETER(hBinding);
|
||||||
|
|
||||||
*pwVersion = 0x501;
|
*pwVersion = WINVER;
|
||||||
return CR_SUCCESS;
|
return CR_SUCCESS;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue