From 27ef6b29fe9ea6931dd9aef585e8b9467599b5f1 Mon Sep 17 00:00:00 2001 From: crupest Date: Fri, 28 Jan 2022 22:32:22 +0800 Subject: ... --- include/cru/win/gui/WindowNativeMessageEventArgs.hpp | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) (limited to 'include/cru/win/gui/WindowNativeMessageEventArgs.hpp') diff --git a/include/cru/win/gui/WindowNativeMessageEventArgs.hpp b/include/cru/win/gui/WindowNativeMessageEventArgs.hpp index 834ba3c2..7e62c19d 100644 --- a/include/cru/win/gui/WindowNativeMessageEventArgs.hpp +++ b/include/cru/win/gui/WindowNativeMessageEventArgs.hpp @@ -1,17 +1,17 @@ #pragma once -#include "../WinPreConfig.hpp" +#include "Base.hpp" #include "cru/common/Base.hpp" namespace cru::platform::gui::win { -struct WindowNativeMessage { +struct CRU_WIN_GUI_API WindowNativeMessage { HWND hwnd; UINT msg; WPARAM w_param; LPARAM l_param; }; -class WindowNativeMessageEventArgs : public Object { +class CRU_WIN_GUI_API WindowNativeMessageEventArgs : public Object { public: WindowNativeMessageEventArgs(const WindowNativeMessage& message) : message_(message) {} -- cgit v1.2.3