VirtualBox

source: vbox/trunk/src/libs/liblzma-5.8.1/liblzma_w32res.rc@ 109042

Last change on this file since 109042 was 108913, checked in by vboxsync, 4 weeks ago

libs/liblzma: Liblzma ose fix. jiraref:VBP-1635

  • Property svn:eol-style set to native
  • Property svn:keywords set to Author Date Id Revision
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.

© 2025 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette