1
0
mirror of https://git.tukaani.org/xz.git synced 2025-04-12 02:30:56 +00:00
xz/src/xzdec/lzmadec_w32res.rc

13 lines
297 B
Plaintext

/*
* Author: Lasse Collin
*
* This file has been put into the public domain.
* You can do whatever you want with this file.
*/
#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"