mirror of
https://github.com/RPCS3/rpcs3.git
synced 2026-01-01 06:10:07 +01:00
11 lines
190 B
C
11 lines
190 B
C
/* Precomp.h -- StdAfx
|
|
2023-04-02 : Igor Pavlov : Public domain */
|
|
|
|
#ifndef ZIP7_INC_PRECOMP_H
|
|
#define ZIP7_INC_PRECOMP_H
|
|
|
|
#include "Compiler.h"
|
|
/* #include "7zTypes.h" */
|
|
|
|
#endif
|