Fix difference in signedness warning

svn path=/trunk/; revision=32777
This commit is contained in:
Thomas Bluemel 2008-03-29 01:04:33 +00:00
parent 46c8f01954
commit 5b92a7951b

View file

@ -999,7 +999,7 @@ TRASH_CanTrashFile(LPCWSTR wszPath)
LONG res;
HKEY hKey;
DWORD RegSerial, dwNukeOnDelete, dwType;
LONG dwLength;
DWORD dwLength;
static WCHAR szKey[] = L"SOFTWARE\\Microsoft\\Windows\\CurrentVersion\\Explorer\\Bitbucket\\c";