Port to windows-sys v0.48.0 (#2842)
This commit is contained in:
parent
5bbe87960e
commit
642ce2bfa7
5 changed files with 10 additions and 6 deletions
|
|
@ -13,7 +13,7 @@ use once_cell::sync::Lazy;
|
|||
use windows_sys::{
|
||||
core::{HRESULT, PCWSTR},
|
||||
Win32::{
|
||||
Foundation::{BOOL, HINSTANCE, HWND, RECT},
|
||||
Foundation::{BOOL, HMODULE, HWND, RECT},
|
||||
Graphics::Gdi::{ClientToScreen, HMONITOR},
|
||||
System::{
|
||||
LibraryLoader::{GetProcAddress, LoadLibraryA},
|
||||
|
|
@ -149,7 +149,7 @@ pub fn is_minimized(window: HWND) -> bool {
|
|||
unsafe { IsIconic(window) != false.into() }
|
||||
}
|
||||
|
||||
pub fn get_instance_handle() -> HINSTANCE {
|
||||
pub fn get_instance_handle() -> HMODULE {
|
||||
// Gets the instance handle by taking the address of the
|
||||
// pseudo-variable created by the microsoft linker:
|
||||
// https://devblogs.microsoft.com/oldnewthing/20041025-00/?p=37483
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue