[CRT_APITEST] Implement wctomb() testcase (#2701)
[reactos.git] / modules / rostests / apitests / crt / ntdll_crt_apitest.cmake
index 41322e1..7f92304 100644 (file)
@@ -123,6 +123,7 @@ list(APPEND SOURCE_NTDLL
 #    wcstol.c
     wcstombs.c
     wcstoul.c
+    wctomb.c
 )
 
 if(ARCH STREQUAL "i386")