Fixed some warnings when building on Windows

This commit is contained in:
Osspial 2016-05-07 21:05:45 -04:00
parent 163563073f
commit b2cf70b342
3 changed files with 5 additions and 8 deletions

View file

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