Where has windows::Win32::Foundation::BOOL been moved to?

lanten 0 Reputation points
2025-03-11T06:59:53.19+00:00

https://crates.io/crates/windows

version: 0.60.0

error[E0432]: unresolved import `windows::Win32::Foundation::BOOL`
  --> src\window\setup.rs:32:20
   |
32 |       Foundation::{BOOL, HWND},
   |                    ^^^^ no `BOOL` in `Win32::Foundation`


or has it been removed?

I can't find any notifications

Windows API - Win32
Windows API - Win32
A core set of Windows application programming interfaces (APIs) for desktop and server applications. Previously known as Win32 API.
2,745 questions
{count} votes

Your answer

Answers can be marked as Accepted Answers by the question author, which helps users to know the answer solved the author's problem.