[Project64] Cleanup 3rdParty/7zip.cpp
This commit is contained in:
parent
ec6ab39137
commit
fd5941fa35
|
@ -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)
|
||||
|
|
|
@ -14,7 +14,6 @@ extern "C" {
|
|||
}
|
||||
#endif
|
||||
|
||||
|
||||
class C7zip
|
||||
{
|
||||
public:
|
||||
|
|
Loading…
Reference in New Issue