reactos/modules/rostests/apitests/kernel32
Thomas Faber 32f17b34f5
[KERNEL32_APITEST] Enable SSE for TestSSEExceptions. CORE-17202
Clang will not let us use SSE intrinsics at all when compiling for a
target that doesn't support SSE. Since this test is a special case,
we can simply fix this by changing the options for one function.
The alternative would be to use our own inline functions for the
intrinsics instead of the builtins, like we do for GCC.
2020-08-23 12:07:38 +02:00
..
redirptest
classtest.manifest
classtest2.manifest
CMakeLists.txt [CMAKE] Implement PCH builds with target_precompile_headers. CORE-16905 2020-06-06 21:58:41 +03:00
comctl32dep.manifest
ConsoleCP.c
CreateProcess.c
DefaultActCtx.c [KERNEL32_APITEST] Add a PCH. 2017-12-13 13:48:26 +01:00
dep1.manifest
deptest.manifest
DeviceIoControl.c
dosdev.c
FindActCtxSectionStringW.c
FindFiles.c
FLS.c
FormatMessage.c
FormatMessage.mc
GetComputerNameEx.c [KERNEL32_APITEST][WS2_32_APITEST] Call SetLastError() before checking LastError (#2437) 2020-03-30 12:52:37 +02:00
GetCurrentDirectory.c
GetDriveType.c
GetModuleFileName.c
GetVolumeInformation.c
interlck.c
IsDBCSLeadByteEx.c
JapaneseCalendar.c
kernel32_apitest.rc
LoadLibraryExW.c
lstrcpynW.c
lstrlen.c
Mailslot.c
MultiByteToWideChar.c
precomp.h
PrivMoveFileIdentityW.c
QueueUserAPC.c [KERNEL32_APITEST] s/QueryUserAPC/QueueUseAPC/ 2020-05-02 14:58:48 +09:00
SetComputerNameExW.c
SetConsoleWindowInfo.c
SetCurrentDirectory.c
SetUnhandledExceptionFilter.c [KERNEL32_APITEST] Enable SSE for TestSSEExceptions. CORE-17202 2020-08-23 12:07:38 +02:00
SystemFirmware.c
TerminateProcess.c
testlist.c [KERNEL32_APITEST] s/QueryUserAPC/QueueUseAPC/ 2020-05-02 14:58:48 +09:00
TunnelCache.c
WideCharToMultiByte.c