mirror of
https://github.com/libretro/RetroArch.git
synced 2024-11-23 16:09:47 +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
|
||||
|
||||
#include <stdio.h>
|
||||
#include <streams/file_stream.h>
|
||||
|
||||
#include "7zTypes.h"
|
||||
|
||||
@ -17,7 +16,7 @@ extern "C" {
|
||||
|
||||
typedef struct
|
||||
{
|
||||
RFILE *file;
|
||||
void *file;
|
||||
} CSzFile;
|
||||
|
||||
void File_Construct(CSzFile *p);
|
||||
|
Loading…
Reference in New Issue
Block a user