summaryrefslogtreecommitdiffstats
path: root/third_party/rust/winapi-0.2.8/src/winstring.rs
diff options
context:
space:
mode:
Diffstat (limited to '')
-rw-r--r--third_party/rust/winapi-0.2.8/src/winstring.rs3
1 files changed, 3 insertions, 0 deletions
diff --git a/third_party/rust/winapi-0.2.8/src/winstring.rs b/third_party/rust/winapi-0.2.8/src/winstring.rs
new file mode 100644
index 0000000000..74053d4e85
--- /dev/null
+++ b/third_party/rust/winapi-0.2.8/src/winstring.rs
@@ -0,0 +1,3 @@
+pub type PINSPECT_HSTRING_CALLBACK = Option<unsafe extern "system" fn(
+ *const ::VOID, ::UINT_PTR, ::UINT32, *mut ::BYTE,
+) -> ::HRESULT>;