Merge pull request #8966 from lazyhamster/mspack-exports

[libmspack] Fix several missing imports
This commit is contained in:
Robert Schumacher 2019-11-22 10:18:44 -08:00 committed by GitHub
commit cfcd07b5a4
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
4 changed files with 4 additions and 8 deletions

View File

@ -2,8 +2,6 @@ cmake_minimum_required(VERSION 3.8)
project(libmspack C)
set(CMAKE_DEBUG_POSTFIX "d")
add_definitions(-DHAVE_CONFIG_H)
if(MSVC)

View File

@ -1,5 +1,4 @@
Source: libmspack
Version: 0.10.1-2
Build-Depends:
Version: 0.10.1-3
Homepage: https://www.cabextract.org.uk/libmspack
Description: libmspack is a portable library for some loosely related Microsoft compression formats.

View File

@ -1,8 +1,4 @@
#define HAVE_LIMITS_H 1
#define HAVE_INTTYPES_H 1
#define HAVE_STRING_H 1
#define HAVE_CTYPE_H 1
#define HAVE_MEMCMP 1
#define HAVE_TOWLOWER 1
#define HAVE_TOLOWER 1

View File

@ -30,3 +30,6 @@ mspack_destroy_kwaj_compressor
mspack_destroy_kwaj_decompressor
mspack_destroy_oab_compressor
mspack_destroy_oab_decompressor
mspack_sys_selftest_internal
mspack_version