diff options
Diffstat (limited to 'opentrack-logic/dinput.hpp')
| -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: | 
