diff options
author | Stanislaw Halik <sthalik@misaki.pl> | 2019-06-20 23:11:44 +0200 |
---|---|---|
committer | Stanislaw Halik <sthalik@misaki.pl> | 2019-06-20 23:11:44 +0200 |
commit | 79cbceaf74b706c47ce1238fdb62151d7a918484 (patch) | |
tree | d2298ecedad17b218c65a1b079bbac47d8354b15 | |
parent | bf0a67326445428293f96030a2419b55d9d1ffc4 (diff) |
tracker/wii: fix broken mingw header
-rw-r--r-- | tracker-wii/wiiyourself/wiimote.cpp | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/tracker-wii/wiiyourself/wiimote.cpp b/tracker-wii/wiiyourself/wiimote.cpp index 76bb26c4..4a34aedc 100644 --- a/tracker-wii/wiiyourself/wiimote.cpp +++ b/tracker-wii/wiiyourself/wiimote.cpp @@ -14,7 +14,9 @@ #include <iterator> // std::size #include <tchar.h> #include <setupapi.h> +extern "C" { #include <hidsdi.h> +} #include <sys/types.h> // for _stat #include <sys/stat.h> // " #include <process.h> // for _beginthreadex() |