[CRT_APITEST]
[reactos.git] / rostests / apitests / crt / msvcrt_crt_apitest.cmake
index b9ec8eb..6412387 100644 (file)
@@ -1117,8 +1117,8 @@ list(APPEND SOURCE_MSVCRT
 #    mbsdup_dbg
 #    mbsrtowcs
 #    mbsrtowcs_s
-#    mbstowcs.c
-    mbstowcs_s
+    mbstowcs.c
+#    mbstowcs_s Not exported in 2k3 Sp1
 #    mbtowc.c
 #    memchr.c
 #    memcmp.c
@@ -1250,8 +1250,8 @@ list(APPEND SOURCE_MSVCRT
 #    wcstok.c
 #    wcstok_s.c
 #    wcstol.c
-#    wcstombs.c
-    wcstombs_s.c
+    wcstombs.c
+#    wcstombs_s.c Not exported in 2k3 Sp1
 #    wcstoul.c
 #    wcsxfrm.c
 #    wctob
@@ -1261,6 +1261,8 @@ list(APPEND SOURCE_MSVCRT
 #    wprintf_s.c
 #    wscanf.c
 #    wscanf_s.c
+    static_construct.cpp
+    static_init.c
 )
 
 if(ARCH STREQUAL "i386")