(deps/7zip) Change this to RFILE

This commit is contained in:
twinaphex 2020-06-28 05:09:38 +02:00
parent 8a8ddb2468
commit 61c1fa508d

2
deps/7zip/7zFile.h vendored
View File

@ -17,7 +17,7 @@ extern "C" {
typedef struct
{
FILE *file;
RFILE *file;
} CSzFile;
void File_Construct(CSzFile *p);