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