mirror of
https://github.com/wez/wezterm.git
synced 2024-11-10 15:04:32 +03:00
windows: fix ambiguous module import for tests
This commit is contained in:
parent
09e70357b3
commit
44d1b031e2
@ -4,10 +4,10 @@ pub mod gdi;
|
||||
mod wgl;
|
||||
pub mod window;
|
||||
|
||||
pub use self::window::*;
|
||||
pub use connection::*;
|
||||
pub use event::*;
|
||||
pub use gdi::*;
|
||||
pub use window::*;
|
||||
|
||||
/// Convert a rust string to a windows wide string
|
||||
fn wide_string(s: &str) -> Vec<u16> {
|
||||
|
Loading…
Reference in New Issue
Block a user