repo.or.cz
/
xz
/
debian.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
liblzma: Fix a typo in a comment
[xz/debian.git]
/
src
/
liblzma
/
liblzma_w32res.rc
blob
e225b19e89fee33bc8ae307839af1a0e4e9818ac
1
/* SPDX-License-Identifier: 0BSD */
2
3
/*
4
* Author: Lasse Collin
5
*/
6
7
#define MY_TYPE VFT_DLL
8
#define MY_NAME "liblzma"
9
#define MY_SUFFIX ".dll"
10
#define MY_DESC "liblzma data compression library"
11
#include "common_w32res.rc"