bump windows crate 0.46 -> 0.48 in workspace
This commit is contained in:
parent
7e7483d26e
commit
3c03cce341
10 changed files with 20 additions and 29 deletions
|
@ -135,13 +135,13 @@ fn current_dll_path() -> Result<PathBuf, String> {
|
|||
|
||||
use windows::{
|
||||
core::PCWSTR,
|
||||
Win32::Foundation::HINSTANCE,
|
||||
Win32::Foundation::HMODULE,
|
||||
Win32::System::LibraryLoader::{
|
||||
GetModuleFileNameW, GetModuleHandleExW, GET_MODULE_HANDLE_EX_FLAG_FROM_ADDRESS,
|
||||
},
|
||||
};
|
||||
|
||||
let mut module = HINSTANCE::default();
|
||||
let mut module = HMODULE::default();
|
||||
unsafe {
|
||||
GetModuleHandleExW(
|
||||
GET_MODULE_HANDLE_EX_FLAG_FROM_ADDRESS,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue