projects
/
reactos.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f6b450f
)
[SETUPAPI]
author
Eric Kohl
<eric.kohl@reactos.org>
Sat, 22 Jan 2011 18:16:12 +0000
(18:16 +0000)
committer
Eric Kohl
<eric.kohl@reactos.org>
Sat, 22 Jan 2011 18:16:12 +0000
(18:16 +0000)
Fix a warning.
svn path=/trunk/; revision=50468
reactos/dll/win32/setupapi/cfgmgr.c
patch
|
blob
|
history
diff --git
a/reactos/dll/win32/setupapi/cfgmgr.c
b/reactos/dll/win32/setupapi/cfgmgr.c
index
da6b4f2
..
0ef10c4
100644
(file)
--- a/
reactos/dll/win32/setupapi/cfgmgr.c
+++ b/
reactos/dll/win32/setupapi/cfgmgr.c
@@
-2044,7
+2044,7
@@
CONFIGRET WINAPI CM_Get_Device_ID_List_ExW(
RpcTryExcept
{
ret = PNP_GetDeviceList(BindingHandle,
- pszFilter,
+
(LPWSTR)
pszFilter,
Buffer,
&BufferLen,
ulFlags);