mirror of
https://github.com/jart/cosmopolitan.git
synced 2025-02-07 23:13:34 +00:00
5 lines
166 B
PHP
5 lines
166 B
PHP
|
#define NtQueryInformationFile(...) __imp_NtQueryInformationFile(__VA_ARGS__)
|
||
|
|
||
|
extern typeof(NtQueryInformationFile) *const
|
||
|
__imp_NtQueryInformationFile __msabi;
|