mirror of
https://github.com/reactos/reactos.git
synced 2025-05-16 15:50:24 +00:00
* Fix build.
svn path=/trunk/; revision=57120
This commit is contained in:
parent
acfa6d7f15
commit
e959e52ab1
2 changed files with 2 additions and 1 deletions
2
reactos/lib/3rdparty/libwine/CMakeLists.txt
vendored
2
reactos/lib/3rdparty/libwine/CMakeLists.txt
vendored
|
@ -8,7 +8,7 @@ list(APPEND SOURCE
|
|||
isinf.c
|
||||
isnan.c
|
||||
loader.c
|
||||
../../sdk/crt/string/wctype.c
|
||||
${REACTOS_SOURCE_DIR}/lib/sdk/crt/string/wctype.c
|
||||
register.c
|
||||
# string.c implements _stricmp, already shipped with crt
|
||||
)
|
||||
|
|
|
@ -52,6 +52,7 @@ list(APPEND LIBCNTPR_SOURCE
|
|||
string/wcstol.c
|
||||
string/wcstombs_nt.c
|
||||
string/wcstoul.c
|
||||
string/wctype.c
|
||||
string/wsplitp.c
|
||||
string/wtoi64.c
|
||||
string/wtoi.c
|
||||
|
|
Loading…
Reference in a new issue