mirror of
https://github.com/ZDoom/gzdoom.git
synced 2024-11-26 14:01:45 +00:00
4497d7fdaa
As a bonus, add support for XZ-compressed files in ZIP
10 lines
180 B
C
10 lines
180 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
|