Skip to content

Commit 663e236

Browse files
committed
1 parent 70496bb commit 663e236

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/windows.rs

+1-1
Original file line numberDiff line numberDiff line change
@@ -375,7 +375,7 @@ ffi! {
375375
pub fn GetCurrentProcess() -> HANDLE;
376376
pub fn GetCurrentThread() -> HANDLE;
377377
pub fn RtlCaptureContext(ContextRecord: PCONTEXT) -> ();
378-
pub fn GetThreadContext(ThreadHandle: HANDLE, ContextRecord: PCONTEXT) -> DWORD;
378+
pub fn GetThreadContext(ThreadHandle: HANDLE, ContextRecord: PCONTEXT) -> BOOL;
379379
pub fn SuspendThread(ThreadHandle: HANDLE) -> DWORD;
380380
pub fn ResumeThread(ThreadHandle: HANDLE) -> DWORD;
381381
pub fn LoadLibraryA(a: *const i8) -> HMODULE;

0 commit comments

Comments
 (0)