mirror of
https://git.tukaani.org/xz.git
synced 2025-09-27 21:08:18 +00:00
Translations and doc/xz-file-format.txt and doc/lzma-file-format.txt were not touched. COPYING.0BSD was added.
10 lines
199 B
Plaintext
10 lines
199 B
Plaintext
/*
|
|
* Author: Lasse Collin
|
|
*/
|
|
|
|
#define MY_TYPE VFT_APP
|
|
#define MY_NAME "lzmainfo"
|
|
#define MY_SUFFIX ".exe"
|
|
#define MY_DESC "lzmainfo shows information about .lzma files"
|
|
#include "common_w32res.rc"
|