mirror of
https://github.com/reactos/reactos.git
synced 2024-12-28 01:55:19 +00:00
fixed difference in signedness warning
svn path=/trunk/; revision=18413
This commit is contained in:
parent
15afaf3715
commit
e7045161ac
1 changed files with 1 additions and 1 deletions
|
@ -23,7 +23,7 @@ DevInstallW(
|
||||||
SP_DEVINFO_DATA devInfoData;
|
SP_DEVINFO_DATA devInfoData;
|
||||||
DWORD requiredSize;
|
DWORD requiredSize;
|
||||||
DWORD regDataType;
|
DWORD regDataType;
|
||||||
PTSTR buffer = NULL;
|
PBYTE buffer = NULL;
|
||||||
SP_DRVINFO_DATA drvInfoData;
|
SP_DRVINFO_DATA drvInfoData;
|
||||||
BOOL ret;
|
BOOL ret;
|
||||||
|
|
||||||
|
|
Loading…
Reference in a new issue