summaryrefslogtreecommitdiffstats
path: root/vendor/windows-sys/src/Windows/System/Threading/Core/mod.rs
diff options
context:
space:
mode:
Diffstat (limited to 'vendor/windows-sys/src/Windows/System/Threading/Core/mod.rs')
-rw-r--r--vendor/windows-sys/src/Windows/System/Threading/Core/mod.rs3
1 files changed, 3 insertions, 0 deletions
diff --git a/vendor/windows-sys/src/Windows/System/Threading/Core/mod.rs b/vendor/windows-sys/src/Windows/System/Threading/Core/mod.rs
new file mode 100644
index 000000000..263e93c81
--- /dev/null
+++ b/vendor/windows-sys/src/Windows/System/Threading/Core/mod.rs
@@ -0,0 +1,3 @@
+pub type PreallocatedWorkItem = *mut ::core::ffi::c_void;
+pub type SignalHandler = *mut ::core::ffi::c_void;
+pub type SignalNotifier = *mut ::core::ffi::c_void;