Bump windows-sys to 0.42 (#2540)
This commit is contained in:
parent
04d9e081b8
commit
a7a7cc64cd
2 changed files with 2 additions and 2 deletions
|
|
@ -1037,7 +1037,7 @@ unsafe fn register_window_class<T: 'static>(
|
|||
.map(|icon| icon.inner.as_raw_handle())
|
||||
.unwrap_or(0);
|
||||
|
||||
use windows_sys::Win32::UI::WindowsAndMessaging::COLOR_WINDOWFRAME;
|
||||
use windows_sys::Win32::Graphics::Gdi::COLOR_WINDOWFRAME;
|
||||
let class = WNDCLASSEXW {
|
||||
cbSize: mem::size_of::<WNDCLASSEXW>() as u32,
|
||||
style: CS_HREDRAW | CS_VREDRAW,
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue