From 46ff47d2f47a66372ca0a8a09dd08c4fb04004f3 Mon Sep 17 00:00:00 2001 From: crupest Date: Sat, 17 Oct 2020 15:57:53 +0800 Subject: Refactor timer. --- src/win/native/GodWindowMessage.hpp | 6 ------ 1 file changed, 6 deletions(-) delete mode 100644 src/win/native/GodWindowMessage.hpp (limited to 'src/win/native/GodWindowMessage.hpp') 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; -} -- cgit v1.2.3