mirror of
https://git.tukaani.org/xz.git
synced 2025-09-22 18:38:23 +00:00
12 lines
223 B
Plaintext
12 lines
223 B
Plaintext
/* SPDX-License-Identifier: 0BSD */
|
|
|
|
/*
|
|
* Author: Lasse Collin
|
|
*/
|
|
|
|
#define MY_TYPE VFT_DLL
|
|
#define MY_NAME "liblzma"
|
|
#define MY_SUFFIX ".dll"
|
|
#define MY_DESC "liblzma data compression library"
|
|
#include "common_w32res.rc"
|