diff options
author | Stanislaw Halik <sthalik@misaki.pl> | 2019-09-22 16:48:48 +0200 |
---|---|---|
committer | Stanislaw Halik <sthalik@misaki.pl> | 2019-09-22 16:51:51 +0200 |
commit | c8fb7bfa37555e5cbe68f368ebb98b161fb2771a (patch) | |
tree | 1556b2b2cb74568591e1c8fb320a39d4ea74405f /proto-wine/opentrack-wrapper-wine-main.cxx | |
parent | e36f509d2459ca74c0dc7fe2e8ea2275b88f0649 (diff) |
proto/wine: add hack for newer gcc versions
Diffstat (limited to 'proto-wine/opentrack-wrapper-wine-main.cxx')
-rw-r--r-- | proto-wine/opentrack-wrapper-wine-main.cxx | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/proto-wine/opentrack-wrapper-wine-main.cxx b/proto-wine/opentrack-wrapper-wine-main.cxx index 6370e7f4..3df3abc7 100644 --- a/proto-wine/opentrack-wrapper-wine-main.cxx +++ b/proto-wine/opentrack-wrapper-wine-main.cxx @@ -12,6 +12,7 @@ enum Axis { TX = 0, TY, TZ, Yaw, Pitch, Roll }; +#define __WINE_OLE2_H #include "compat/shm.h" void create_registry_key(void); |