[berkeleydb] define unicode macro to make the api utf-8 (#4521)

This commit is contained in:
ken2812221 2018-10-24 00:49:05 +08:00 committed by Robert Schumacher
parent 4a11ac2d5d
commit 2d13eb83e8
2 changed files with 3 additions and 1 deletions

View File

@ -9,6 +9,8 @@ add_definitions(
-D_CRT_SECURE_NO_DEPRECATE
-D_CRT_NONSTDC_NO_DEPRECATE
-D_LIB
-DUNICODE
-D_UNICODE
)
if (BUILD_SHARED_LIBS)

View File

@ -1,3 +1,3 @@
Source: berkeleydb
Version: 4.8.30
Version: 4.8.30-1
Description: A high-performance embedded database for key/value data.