diff --git a/scripts/config/processorconfig.py.dist b/scripts/config/processorconfig.py.dist index fc87dcaa4f..41ad901ab7 100644 --- a/scripts/config/processorconfig.py.dist +++ b/scripts/config/processorconfig.py.dist @@ -201,8 +201,7 @@ prefixSignatureRegEx = '|'.join([ 'nsRefPtr.*', 'nsTArray<.*', 'nsTArray_base<.*', - 'NtUserMessageCall', - 'NtUserWaitMessage', + 'NtUser.*', 'objc_exception_throw', 'objc_msgSend', 'operator new\([^,\)]+\)', @@ -217,14 +216,9 @@ prefixSignatureRegEx = '|'.join([ 'realloc', 'recv', '_RTC_Terminate', - 'RtlAddAccessAllowedAce', - 'RtlDeleteCriticalSection', - 'RtlpAllocateAffinityIndex', - 'RtlpDeCommitFreeBlock', - 'RtlpFreeHandleForAtom', - 'RtlpWaitForCriticalSection', - 'RtlpWaitOnCriticalSection', - 'RtlQueryPerformanceFrequency', + 'Rtl.*', + '_Rtl.*', + '__Rtl.*', 'SEC_.*Item', 'seckey_.*', 'SECKEY_.*',