1
0
mirror of https://git.tukaani.org/xz.git synced 2025-02-08 17:55:49 +00:00
xz/src/xzdec/xzdec_w32res.rc
Lasse Collin eb7d51a3fa Collection of language fixes to comments and docs.
Thanks to Jonathan Nieder.
2010-02-12 13:16:15 +02:00

13 lines
291 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 "xzdec"
#define MY_SUFFIX ".exe"
#define MY_DESC "xzdec decompression tool for .xz files"
#include "common_w32res.rc"