mirror of
https://git.tukaani.org/xz.git
synced 2024-04-04 12:36:23 +02:00
6 lines
151 B
Text
6 lines
151 B
Text
|
#define MY_TYPE VFT_APP
|
||
|
#define MY_NAME "xzdec"
|
||
|
#define MY_SUFFIX ".exe"
|
||
|
#define MY_DESC "xzdec uncompression tool for .xz files"
|
||
|
#include "common.rc"
|