From 267062518038e4d06fc557026729bc8246370abd Mon Sep 17 00:00:00 2001 From: Stanislaw Halik Date: Fri, 8 Jul 2016 08:37:02 +0200 Subject: logic/dinput: add forgotten visiblity attribute --- opentrack-logic/dinput.hpp | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'opentrack-logic') diff --git a/opentrack-logic/dinput.hpp b/opentrack-logic/dinput.hpp index 9300f39f..205fc656 100644 --- a/opentrack-logic/dinput.hpp +++ b/opentrack-logic/dinput.hpp @@ -5,10 +5,11 @@ #ifndef DIRECTINPUT_VERSION # define DIRECTINPUT_VERSION 0x800 #endif +#include "export.hpp" #include #include -struct dinput_handle final +struct OPENTRACK_LOGIC_EXPORT dinput_handle final { using di_t = LPDIRECTINPUT8; private: -- cgit v1.2.3