Skip to content

Commit e89533b

Browse files
committed
Export the four Win32 names the new code declares
⚠️ The same guard that caught NtLockFile one release ago: "declared in src/*.h and exported by no .def". Declaring a function this environment provides is half of it; saying which library it comes from is the other half, and omitting it still LINKS through a synthesised thunk --- which is why the check exists rather than being left to the linker.
1 parent cd4e0f2 commit e89533b

1 file changed

Lines changed: 4 additions & 0 deletions

File tree

port/kernel32.def

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -44,6 +44,10 @@ SetHandleInformation
4444
Sleep
4545
SwitchToThread
4646
TerminateProcess
47+
CreateJobObjectW
48+
AssignProcessToJobObject
49+
TerminateJobObject
50+
SetConsoleCtrlHandler
4751
VirtualAlloc
4852
VirtualFree
4953
VirtualProtect

0 commit comments

Comments
 (0)