mirror of
https://git.tukaani.org/xz.git
synced 2025-02-23 08:58:31 +00:00
12 lines
233 B
Plaintext
12 lines
233 B
Plaintext
/* SPDX-License-Identifier: 0BSD */
|
|
|
|
/*
|
|
* Author: Lasse Collin
|
|
*/
|
|
|
|
#define MY_TYPE VFT_APP
|
|
#define MY_NAME "lzmadec"
|
|
#define MY_SUFFIX ".exe"
|
|
#define MY_DESC "lzmadec decompression tool for .lzma files"
|
|
#include "common_w32res.rc"
|