cosmopolitan/libc/nt/thunk/ntdll.inc

4 lines
138 B
PHP
Raw Normal View History

2020-06-15 14:18:57 +00:00
#define NtYieldExecution(...) __imp_NtYieldExecution(__VA_ARGS__)
extern typeof(NtYieldExecution) *const __imp_NtYieldExecution __msabi;