use windows_sys::Win32::UI::WindowsAndMessaging as winmsg;
/// `D.92` STM_GETICON
///
/// sent to a static control to get the handle of an icon associated with the
/// icon resource
pub use winmsg::STM_GETICON;
/// `D.93` STM_SETICON
///
/// sent to a static control to associate an icon with an icon resource
pub use winmsg::STM_SETICON;