kernel32: Avoid shadowing "status" variable.

This commit is contained in:
Marcus Meissner 2011-02-25 17:20:51 +01:00 committed by Alexandre Julliard
parent 7f602db55b
commit a91b65960f
1 changed files with 0 additions and 1 deletions

View File

@ -1103,7 +1103,6 @@ DWORD WINAPI QueryDosDeviceW( LPCWSTR devname, LPWSTR target, DWORD bufsize )
}
else
{
NTSTATUS status;
WCHAR *buffer;
if (!(buffer = HeapAlloc( GetProcessHeap(), 0, sizeof(dosdevW) + strlenW(devname)*sizeof(WCHAR) )))