[MSVCRT_CRT_APITEST]
[reactos.git] / rostests / apitests / crt / ntdll_crt_apitest.cmake
index c6fae82..63a51d1 100644 (file)
@@ -33,9 +33,9 @@ list(APPEND SOURCE_NTDLL
 #    _ui64tow.c
 #    _ultoa.c
 #    _ultow.c
-#    _vscwprintf.c
-#    _vsnprintf.c
-#    _vsnwprintf.c
+    _vscwprintf.c
+    _vsnprintf.c
+    _vsnwprintf.c
 #    _wcsicmp.c
 #    _wcslwr.c
 #    _wcsnicmp.c
@@ -80,7 +80,7 @@ list(APPEND SOURCE_NTDLL
 #    pow.c
 #    qsort.c
 #    sin.c
-#    sprintf.c
+    sprintf.c
 #    sqrt.c
 #    sscanf.c
 #    strcat.c
@@ -124,7 +124,7 @@ list(APPEND SOURCE_NTDLL
 #    wcstoul.c
 )
 
-if (ARCH MATCHES i386)
+if(ARCH STREQUAL "i386")
     list(APPEND SOURCE_NTDLL
     #    _CIpow.c
     #    _ftol.c
@@ -141,7 +141,7 @@ if (ARCH MATCHES i386)
     #    _aullshr.c
     #    _chkstk.c
     )
-elseif (ARCH MATCHES amd64)
+elseif(ARCH STREQUAL "amd64")
     list(APPEND SOURCE_NTDLL
     #    __C_specific_handler
     #    _setjmp.c