Skip to content

Commit

Permalink
Reexport HKEY
Browse files Browse the repository at this point in the history
fixes #15
  • Loading branch information
gentoo90 committed Jan 14, 2018
1 parent 25e6ef3 commit f392bfb
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/lib.rs
Original file line number Diff line number Diff line change
Expand Up @@ -104,7 +104,8 @@ use std::os::windows::ffi::OsStrExt;
use std::mem::transmute;
use std::io;
use winapi::shared::winerror;
use winapi::shared::minwindef::{HKEY, DWORD, BYTE, LPBYTE};
pub use winapi::shared::minwindef::HKEY;
use winapi::shared::minwindef::{DWORD, BYTE, LPBYTE};
use winapi::um::winnt::{self, WCHAR};
use winapi::um::winreg as winapi_reg;
use enums::*;
Expand Down

0 comments on commit f392bfb

Please sign in to comment.