diff options
Diffstat (limited to 'src/win/native/GodWindowMessage.hpp')
-rw-r--r-- | src/win/native/GodWindowMessage.hpp | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/src/win/native/GodWindowMessage.hpp b/src/win/native/GodWindowMessage.hpp new file mode 100644 index 00000000..9063cb4d --- /dev/null +++ b/src/win/native/GodWindowMessage.hpp @@ -0,0 +1,6 @@ +#pragma once +#include "cru/win/WinPreConfig.hpp" + +namespace cru::platform::native::win { +constexpr int invoke_later_message_id = WM_USER + 2000; +} |