projects
/
reactos.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
0d20e89
)
[UMPNPMGR] PNP_QueryArbitratorFreeData and PNP_QueryArbitratorFreeSize don't do anyth...
author
Eric Kohl
<eric.kohl@reactos.org>
Wed, 29 May 2019 23:02:09 +0000
(
01:02
+0200)
committer
Eric Kohl
<eric.kohl@reactos.org>
Wed, 29 May 2019 23:02:09 +0000
(
01:02
+0200)
base/services/umpnpmgr/umpnpmgr.c
patch
|
blob
|
history
diff --git
a/base/services/umpnpmgr/umpnpmgr.c
b/base/services/umpnpmgr/umpnpmgr.c
index
656a89d
..
4248879
100644
(file)
--- a/
base/services/umpnpmgr/umpnpmgr.c
+++ b/
base/services/umpnpmgr/umpnpmgr.c
@@
-3433,7
+3433,6
@@
PNP_QueryArbitratorFreeData(
RESOURCEID ResourceID,
DWORD ulFlags)
{
- UNIMPLEMENTED;
return CR_CALL_NOT_IMPLEMENTED;
}
@@
-3448,7
+3447,9
@@
PNP_QueryArbitratorFreeSize(
RESOURCEID ResourceID,
DWORD ulFlags)
{
- UNIMPLEMENTED;
+ if (pulSize != NULL)
+ *pulSize = 0;
+
return CR_CALL_NOT_IMPLEMENTED;
}