Skip to content

Commit 87c937f

Browse files
committed
fix missing syscall definition references
1 parent e92e096 commit 87c937f

File tree

1 file changed

+2
-0
lines changed
  • src/plugins/syscalls

1 file changed

+2
-0
lines changed

src/plugins/syscalls/win.h

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -4316,6 +4316,7 @@ static const syscall_t* nt[] =
43164316
&NtCompressKey,
43174317
&NtConnectPort,
43184318
&NtContinue,
4319+
&NtCopyFileChunk,
43194320
&NtCreateDebugObject,
43204321
&NtCreateDirectoryObject,
43214322
&NtCreateEnlistment,
@@ -4527,6 +4528,7 @@ static const syscall_t* nt[] =
45274528
&NtQueryVirtualMemory,
45284529
&NtQueryVolumeInformationFile,
45294530
&NtQueueApcThreadEx,
4531+
&NtQueueApcThreadEx2,
45304532
&NtQueueApcThread,
45314533
&NtRaiseException,
45324534
&NtRaiseHardError,

0 commit comments

Comments
 (0)