Initial import
This commit is contained in:
4
libc/nt/thunk/ntfile.inc
Normal file
4
libc/nt/thunk/ntfile.inc
Normal file
@@ -0,0 +1,4 @@
|
||||
#define NtQueryInformationFile(...) __imp_NtQueryInformationFile(__VA_ARGS__)
|
||||
|
||||
extern typeof(NtQueryInformationFile) *const
|
||||
__imp_NtQueryInformationFile __msabi;
|
||||
Reference in New Issue
Block a user