diff options
Diffstat (limited to 'src/string.rs')
| -rw-r--r-- | src/string.rs | 3 |
1 files changed, 2 insertions, 1 deletions
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" { |