(deps/7zip) Update
This commit is contained in:
parent
722f13165b
commit
8a8ddb2468
|
@ -2,6 +2,7 @@
|
|||
2009-11-24 : Igor Pavlov : Public domain */
|
||||
|
||||
#include <stdint.h>
|
||||
#include <streams/file_stream_transforms.h>
|
||||
#include "7zFile.h"
|
||||
|
||||
#ifndef UNDER_CE
|
||||
|
|
|
@ -5,7 +5,7 @@
|
|||
#define __7Z_FILE_H
|
||||
|
||||
#include <stdio.h>
|
||||
#include <streams/file_stream_transforms.h>
|
||||
#include <streams/file_stream.h>
|
||||
|
||||
#include "7zTypes.h"
|
||||
|
||||
|
@ -17,7 +17,7 @@ extern "C" {
|
|||
|
||||
typedef struct
|
||||
{
|
||||
RFILE *file;
|
||||
FILE *file;
|
||||
} CSzFile;
|
||||
|
||||
void File_Construct(CSzFile *p);
|
||||
|
|
Loading…
Reference in New Issue