ntdll: Exclude large integer APIs from relay tracing.
commit8d7ec7968df1750c9c525817f1366b57fa72d839
authorDmitry Timoshkov <dmitry@baikal.ru>
Wed, 3 Feb 2021 10:00:06 +0000 (3 13:00 +0300)
committerAlexandre Julliard <julliard@winehq.org>
Wed, 3 Feb 2021 19:57:58 +0000 (3 20:57 +0100)
tree1fd23b1946dce5b920529667ed284cc512fec038
parent9581b2df8c9c9ce1688b0d111d0206564b9fcd8b
ntdll: Exclude large integer APIs from relay tracing.

These builtin functions use stdcall calling convention, but compilers
reference them without stdcall declarations.

Otherwise ucrtbase initialization code crashes with +relay enabled when
compiled with clang as a PE build.

Signed-off-by: Dmitry Timoshkov <dmitry@baikal.ru>
Signed-off-by: Jacek Caban <jacek@codeweavers.com>
Signed-off-by: Alexandre Julliard <julliard@winehq.org>
dlls/ntdll/ntdll.spec