mirror of
https://github.com/microsoft/vcpkg.git
synced 2024-11-24 13:59:06 +08:00
[berkeleydb] define unicode macro to make the api utf-8 (#4521)
This commit is contained in:
parent
4a11ac2d5d
commit
2d13eb83e8
@ -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)
|
||||
|
@ -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.
|
||||
|
Loading…
Reference in New Issue
Block a user