mirror of
https://github.com/reactos/reactos.git
synced 2024-12-26 17:14:41 +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;
|
||||
DWORD requiredSize;
|
||||
DWORD regDataType;
|
||||
PTSTR buffer = NULL;
|
||||
PBYTE buffer = NULL;
|
||||
SP_DRVINFO_DATA drvInfoData;
|
||||
BOOL ret;
|
||||
|
||||
|
|
Loading…
Reference in a new issue