1 2 3 4 5 6
#pragma once #include "cru/win/win_pre_config.hpp" namespace cru::win::native { constexpr int invoke_later_message_id = WM_USER + 2000; }