aboutsummaryrefslogtreecommitdiff
path: root/src/win/native/GodWindowMessage.hpp
diff options
context:
space:
mode:
authorcrupest <crupest@outlook.com>2020-05-24 01:40:02 +0800
committercrupest <crupest@outlook.com>2020-05-24 01:40:02 +0800
commitd86a71f79afe0e4dac768f61d6bff690567aca5b (patch)
tree4957e9a64c77680deb07201fbd879bf036616dae /src/win/native/GodWindowMessage.hpp
parentf3a8fd608a9776ef0a5f547da918a32cf6074060 (diff)
downloadcru-d86a71f79afe0e4dac768f61d6bff690567aca5b.tar.gz
cru-d86a71f79afe0e4dac768f61d6bff690567aca5b.tar.bz2
cru-d86a71f79afe0e4dac768f61d6bff690567aca5b.zip
...
Diffstat (limited to 'src/win/native/GodWindowMessage.hpp')
-rw-r--r--src/win/native/GodWindowMessage.hpp6
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;
+}