1
0
mirror of https://git.tukaani.org/xz.git synced 2025-03-03 15:10:41 +00:00
xz/src/liblzma/liblzma_w32res.rc

20 lines
347 B
Plaintext
Raw Normal View History

/* SPDX-License-Identifier: 0BSD */
/*
* Author: Lasse Collin
*/
#define MY_TYPE VFT_DLL
#if defined(__MSYS__)
# define MY_NAME "msys-lzma-5"
#elif defined(__CYGWIN__)
# define MY_NAME "cyglzma-5"
#else
# define MY_NAME "liblzma"
#endif
#define MY_SUFFIX ".dll"
#define MY_DESC "liblzma data compression library"
#include "common_w32res.rc"