2009-07-18 04:26:39 -04:00
|
|
|
/*
|
|
|
|
* Author: Lasse Collin
|
|
|
|
*
|
|
|
|
* This file has been put into the public domain.
|
|
|
|
* You can do whatever you want with this file.
|
|
|
|
*/
|
|
|
|
|
2009-02-10 14:48:05 -05:00
|
|
|
#define MY_TYPE VFT_DLL
|
|
|
|
#define MY_NAME "liblzma"
|
|
|
|
#define MY_SUFFIX ".dll"
|
|
|
|
#define MY_DESC "liblzma data compression library"
|
2009-06-27 10:28:01 -04:00
|
|
|
#include "common_w32res.rc"
|