[libmspack] Fixed several missing imports.

This commit is contained in:
Vitaliy Didik 2019-11-11 11:26:26 +03:00
parent df4773c056
commit 22a3cd1113
4 changed files with 4 additions and 7 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,5 @@
Source: libmspack
Version: 0.10.1-2
Version: 0.10.1-3
Build-Depends:
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