2 list(APPEND SOURCE_NTDLL
25 # _strcmpi == _stricmp
129 if(ARCH STREQUAL "i386")
130 list(APPEND SOURCE_NTDLL
146 elseif(ARCH STREQUAL "amd64")
147 list(APPEND SOURCE_NTDLL
148 # __C_specific_handler
156 add_executable(ntdll_crt_apitest testlist.c ${SOURCE_NTDLL})
157 target_compile_definitions(ntdll_crt_apitest PRIVATE TEST_NTDLL)
158 target_link_libraries(ntdll_crt_apitest wine ${PSEH_LIB})
159 set_module_type(ntdll_crt_apitest win32cui)
160 add_importlibs(ntdll_crt_apitest ntdll msvcrt kernel32)
161 add_rostests_file(TARGET ntdll_crt_apitest)