fixed difference in signedness warning

svn path=/trunk/; revision=18413
This commit is contained in:
Thomas Bluemel 2005-10-12 18:56:44 +00:00
parent 15afaf3715
commit e7045161ac

View file

@ -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;