1
1
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:
Wez Furlong 2019-11-04 09:01:45 -08:00
parent 09e70357b3
commit 44d1b031e2

View File

@ -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> {