From 60f48d27f3d0a87020e6b196d7d4a99f1eebd6ed Mon Sep 17 00:00:00 2001 From: pravic Date: Thu, 28 Apr 2016 23:29:31 +0300 Subject: km updates for Winsock network drivers WIP --- src/string.rs | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'src/string.rs') diff --git a/src/string.rs b/src/string.rs index 252dbe6..251b9cb 100644 --- a/src/string.rs +++ b/src/string.rs @@ -70,7 +70,8 @@ pub type UnicodeString = UNICODE_STRING; pub type CONST_UNICODE_STRING = UNICODE_STRING; pub type CONST_ANSI_STRING = ANSI_STRING; - +pub type PUNICODE_STRING = *mut UNICODE_STRING; +pub type PCUNICODE_STRING = *const UNICODE_STRING; extern "system" { -- cgit v1.2.3