wiard/
messages.rs

1use windows::Win32::UI::WindowsAndMessaging::WM_APP;
2
3pub(crate) const WM_APP_POST_TASK: u32 = WM_APP;
4pub(crate) const WM_APP_NOTIFY_ICON: u32 = WM_APP + 1;
5pub(crate) const OFFSET_WM_APP: u32 = WM_APP + 2;