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