mirror of
https://github.com/libretro/RetroArch
synced 2025-01-30 12:32:52 +00:00
(deps/7zip) Update
This commit is contained in:
parent
722f13165b
commit
8a8ddb2468
1
deps/7zip/7zFile.c
vendored
1
deps/7zip/7zFile.c
vendored
@ -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
|
||||
|
4
deps/7zip/7zFile.h
vendored
4
deps/7zip/7zFile.h
vendored
@ -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…
x
Reference in New Issue
Block a user