[Project64] Cleanup 3rdParty/7zip.cpp

This commit is contained in:
zilmar 2015-12-24 06:34:47 +11:00
parent ec6ab39137
commit fd5941fa35
2 changed files with 218 additions and 220 deletions

View File

@ -196,7 +196,6 @@ SRes C7zip::SzFileSeekImp(void *p, Int64 *pos, ESzSeek origin)
break;
default:
return SZ_ERROR_FAIL;
}
*pos = SetFilePointer(s->file.handle, (LONG)*pos, NULL, dwMoveMethod);
if (*pos == INVALID_SET_FILE_POINTER)

View File

@ -14,7 +14,6 @@ extern "C" {
}
#endif
class C7zip
{
public: