mirror of
https://github.com/LongSoft/UEFITool.git
synced 2024-11-22 16:08:23 +08:00
13 lines
190 B
C
13 lines
190 B
C
|
/* Precomp.h -- StdAfx
|
||
|
2013-11-12 : Igor Pavlov : Public domain */
|
||
|
|
||
|
#ifndef __7Z_PRECOMP_H
|
||
|
#define __7Z_PRECOMP_H
|
||
|
|
||
|
#include "Compiler.h"
|
||
|
/* #include "7zTypes.h" */
|
||
|
|
||
|
#define _7ZIP_ST
|
||
|
|
||
|
#endif
|