Fixed some warnings when building on Windows
This commit is contained in:
parent
163563073f
commit
b2cf70b342
3 changed files with 5 additions and 8 deletions
|
|
@ -7,9 +7,7 @@ pub use api::win32::{WindowProxy, PollEventsIterator, WaitEventsIterator};
|
|||
use CreationError;
|
||||
use WindowAttributes;
|
||||
|
||||
use std::ffi::CString;
|
||||
use std::ops::{Deref, DerefMut};
|
||||
use kernel32;
|
||||
|
||||
#[derive(Default)]
|
||||
pub struct PlatformSpecificWindowBuilderAttributes;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue