aboutsummaryrefslogtreecommitdiff
path: root/src/lib.rs
diff options
context:
space:
mode:
authorpravic <[email protected]>2016-04-14 00:01:22 +0300
committerpravic <[email protected]>2016-04-14 00:01:22 +0300
commitb365946875e776e271b3e91bb042a999acdb408b (patch)
tree7a1dc905b97a4994c98985c31695b19b86228ddf /src/lib.rs
parentnote about staticlib compilation (diff)
downloadwinapi-kmd-rs-b365946875e776e271b3e91bb042a999acdb408b.tar.xz
winapi-kmd-rs-b365946875e776e271b3e91bb042a999acdb408b.zip
implement KeQuerySystemTime routine for x64 kernel, since it exported only at x86.
Diffstat (limited to 'src/lib.rs')
-rw-r--r--src/lib.rs1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/lib.rs b/src/lib.rs
index aaad51d..7f80ae4 100644
--- a/src/lib.rs
+++ b/src/lib.rs
@@ -27,6 +27,7 @@ pub mod irql;
pub mod object;
pub mod pool;
pub mod rtl;
+pub mod shared;
pub mod string;
pub mod time;