mirror of
https://github.com/wez/wezterm.git
synced 2024-12-25 06:12:16 +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;
|
mod wgl;
|
||||||
pub mod window;
|
pub mod window;
|
||||||
|
|
||||||
|
pub use self::window::*;
|
||||||
pub use connection::*;
|
pub use connection::*;
|
||||||
pub use event::*;
|
pub use event::*;
|
||||||
pub use gdi::*;
|
pub use gdi::*;
|
||||||
pub use window::*;
|
|
||||||
|
|
||||||
/// Convert a rust string to a windows wide string
|
/// Convert a rust string to a windows wide string
|
||||||
fn wide_string(s: &str) -> Vec<u16> {
|
fn wide_string(s: &str) -> Vec<u16> {
|
||||||
|
Loading…
Reference in New Issue
Block a user