1
0
mirror of https://git.tukaani.org/xz.git synced 2025-02-10 10:45:46 +00:00
xz/src/liblzma/liblzma_w32res.rc

13 lines
287 B
Plaintext
Raw Normal View History

/*
* 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_DLL
#define MY_NAME "liblzma"
#define MY_SUFFIX ".dll"
#define MY_DESC "liblzma data compression library"
#include "common_w32res.rc"