You've already forked platform-info
mirror of
https://github.com/uutils/platform-info.git
synced 2026-06-10 15:48:45 -07:00
Adapt import for "BOOL"
This commit is contained in:
committed by
Sylvestre Ledru
parent
7c818d4594
commit
6b6dfc7c6b
@@ -15,8 +15,9 @@ use std::io;
|
||||
use std::mem::{self, MaybeUninit};
|
||||
use std::ptr;
|
||||
|
||||
use windows_sys::core::BOOL;
|
||||
use windows_sys::Win32::Foundation::{
|
||||
FreeLibrary, BOOL, FALSE, FARPROC, HANDLE, HMODULE, NTSTATUS, STATUS_SUCCESS,
|
||||
FreeLibrary, FALSE, FARPROC, HANDLE, HMODULE, NTSTATUS, STATUS_SUCCESS,
|
||||
};
|
||||
use windows_sys::Win32::Storage::FileSystem::{
|
||||
GetFileVersionInfoSizeW, GetFileVersionInfoW, VerQueryValueW,
|
||||
|
||||
Reference in New Issue
Block a user