summaryrefslogtreecommitdiffhomepage
path: root/opentrack-logic
diff options
context:
space:
mode:
Diffstat (limited to 'opentrack-logic')
-rw-r--r--opentrack-logic/dinput.hpp3
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: