mirror of
https://github.com/reactos/reactos.git
synced 2025-07-27 15:31:55 +00:00
Explicitly use Unicode version
svn path=/trunk/; revision=27489
This commit is contained in:
parent
3f6528063c
commit
ec9f3068a6
1 changed files with 1 additions and 1 deletions
|
@ -301,7 +301,7 @@ SearchDriver(
|
|||
}
|
||||
|
||||
DevInstData->drvInfoData.cbSize = sizeof(SP_DRVINFO_DATA);
|
||||
ret = SetupDiEnumDriverInfo(
|
||||
ret = SetupDiEnumDriverInfoW(
|
||||
DevInstData->hDevInfo,
|
||||
&DevInstData->devInfoData,
|
||||
SPDIT_COMPATDRIVER,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue