[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;
|
break;
|
||||||
default:
|
default:
|
||||||
return SZ_ERROR_FAIL;
|
return SZ_ERROR_FAIL;
|
||||||
|
|
||||||
}
|
}
|
||||||
*pos = SetFilePointer(s->file.handle, (LONG)*pos, NULL, dwMoveMethod);
|
*pos = SetFilePointer(s->file.handle, (LONG)*pos, NULL, dwMoveMethod);
|
||||||
if (*pos == INVALID_SET_FILE_POINTER)
|
if (*pos == INVALID_SET_FILE_POINTER)
|
||||||
|
|
|
@ -14,7 +14,6 @@ extern "C" {
|
||||||
}
|
}
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
|
||||||
class C7zip
|
class C7zip
|
||||||
{
|
{
|
||||||
public:
|
public:
|
||||||
|
|
Loading…
Reference in New Issue