#pragma once #include "cru/win/win_pre_config.hpp" namespace cru::platform::native::win { constexpr int invoke_later_message_id = WM_USER + 2000; }