* Fix build.

svn path=/trunk/; revision=57120
This commit is contained in:
Amine Khaldi 2012-08-20 17:53:44 +00:00
parent acfa6d7f15
commit e959e52ab1
2 changed files with 2 additions and 1 deletions

View file

@ -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
)

View file

@ -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