Last change
on this file since 108911 was 108911, checked in by vboxsync, 4 weeks ago |
libs/liblzma: Applied and adjusted our liblzma changes to 5.8.1 and export to OSE. jiraref:VBP-1635
|
-
Property svn:eol-style
set to
native
-
Property svn:keywords
set to
Author Date Id Revision
-
Property sync-process
set to
export
|
File size:
347 bytes
|
Line | |
---|
1 | /* SPDX-License-Identifier: 0BSD */
|
---|
2 |
|
---|
3 | /*
|
---|
4 | * Author: Lasse Collin
|
---|
5 | */
|
---|
6 |
|
---|
7 | #define MY_TYPE VFT_DLL
|
---|
8 |
|
---|
9 | #if defined(__MSYS__)
|
---|
10 | # define MY_NAME "msys-lzma-5"
|
---|
11 | #elif defined(__CYGWIN__)
|
---|
12 | # define MY_NAME "cyglzma-5"
|
---|
13 | #else
|
---|
14 | # define MY_NAME "liblzma"
|
---|
15 | #endif
|
---|
16 |
|
---|
17 | #define MY_SUFFIX ".dll"
|
---|
18 | #define MY_DESC "liblzma data compression library"
|
---|
19 | #include "common_w32res.rc"
|
---|
Note:
See
TracBrowser
for help on using the repository browser.