diff options
author | Stanislaw Halik <sthalik@misaki.pl> | 2016-07-08 08:37:02 +0200 |
---|---|---|
committer | Stanislaw Halik <sthalik@misaki.pl> | 2016-07-08 08:37:02 +0200 |
commit | 267062518038e4d06fc557026729bc8246370abd (patch) | |
tree | dfc5f8566a31a20fb35166b4604076115e7c6227 /opentrack-logic | |
parent | 3794b9b25e09633cb7060b5a29f927dd6006101a (diff) |
logic/dinput: add forgotten visiblity attribute
Diffstat (limited to 'opentrack-logic')
-rw-r--r-- | opentrack-logic/dinput.hpp | 3 |
1 files changed, 2 insertions, 1 deletions
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 <dinput.h> #include <windows.h> -struct dinput_handle final +struct OPENTRACK_LOGIC_EXPORT dinput_handle final { using di_t = LPDIRECTINPUT8; private: |