blob: d4d8159c7b4fc66a3a1ebac3d15cae376bc5fef2 (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
11
12
|
/*
* 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"
|