Remove an incorrect comment and check for 0 being an invalid file

handle.
This commit is contained in:
Mike McCormack 2005-10-29 11:07:11 +00:00 committed by Alexandre Julliard
parent d730baf3b1
commit ab787f9d89
1 changed files with 0 additions and 7 deletions

View File

@ -240,13 +240,6 @@ static INT_PTR cabinet_notify(FDINOTIFICATIONTYPE fdint, PFDINOTIFICATION pfdin)
return 0;
}
/*
* FIXME: 0 is a valid return from CreateFile
* but an invalid handle for the cabinet API
*/
if ( !handle )
ERR("CreateFile returned 0 - not handled\n");
f->State = 4;
return (INT_PTR) handle;
}