Commit 788488d
Fix Windows CI: move GetThreadContext/SetThreadContext to correct import path and fix HANDLE type
- GetThreadContext and SetThreadContext are in Win32::System::Diagnostics::Debug, not Win32::System::Threading
- HANDLE is *mut c_void on Windows, not usize; use std::ptr::null_mut() for initialization
Agent-Logs-Url: https://github.com/acl-dev/open-coroutine/sessions/5486070d-5dbe-4036-81a6-18cde48b0725
Co-authored-by: loongs-zhang <38336731+loongs-zhang@users.noreply.github.com>1 parent 148a0b9 commit 788488d
1 file changed
Lines changed: 5 additions & 3 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
24 | 24 | | |
25 | 25 | | |
26 | 26 | | |
27 | | - | |
| 27 | + | |
| 28 | + | |
| 29 | + | |
| 30 | + | |
28 | 31 | | |
29 | | - | |
30 | 32 | | |
31 | 33 | | |
32 | 34 | | |
| |||
490 | 492 | | |
491 | 493 | | |
492 | 494 | | |
493 | | - | |
| 495 | + | |
494 | 496 | | |
495 | 497 | | |
496 | 498 | | |
| |||
0 commit comments