mirror of
https://github.com/libretro/RetroArch
synced 2025-04-01 04:20:27 +00:00
(7zip) Cleanup #1
This commit is contained in:
parent
61c1fa508d
commit
c10c6aa015
3
deps/7zip/7zFile.h
vendored
3
deps/7zip/7zFile.h
vendored
@ -5,7 +5,6 @@
|
|||||||
#define __7Z_FILE_H
|
#define __7Z_FILE_H
|
||||||
|
|
||||||
#include <stdio.h>
|
#include <stdio.h>
|
||||||
#include <streams/file_stream.h>
|
|
||||||
|
|
||||||
#include "7zTypes.h"
|
#include "7zTypes.h"
|
||||||
|
|
||||||
@ -17,7 +16,7 @@ extern "C" {
|
|||||||
|
|
||||||
typedef struct
|
typedef struct
|
||||||
{
|
{
|
||||||
RFILE *file;
|
void *file;
|
||||||
} CSzFile;
|
} CSzFile;
|
||||||
|
|
||||||
void File_Construct(CSzFile *p);
|
void File_Construct(CSzFile *p);
|
||||||
|
Loading…
x
Reference in New Issue
Block a user