From d6eacde962eb10967561f7bcac9c40bee35a6dc8 Mon Sep 17 00:00:00 2001 From: Stanislaw Halik Date: Sun, 10 May 2020 09:22:05 +0200 Subject: proto/wine: fix build on newer Wine Patch by: @jp7677 --- proto-wine/opentrack-wrapper-wine-main.cxx | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) (limited to 'proto-wine') diff --git a/proto-wine/opentrack-wrapper-wine-main.cxx b/proto-wine/opentrack-wrapper-wine-main.cxx index 3df3abc7..9248a212 100644 --- a/proto-wine/opentrack-wrapper-wine-main.cxx +++ b/proto-wine/opentrack-wrapper-wine-main.cxx @@ -5,7 +5,6 @@ #include #include "freetrackclient/fttypes.h" -#include "wine-shm.h" #include "compat/export.hpp" enum Axis { @@ -14,6 +13,7 @@ enum Axis { #define __WINE_OLE2_H #include "compat/shm.h" +#include "wine-shm.h" void create_registry_key(void); @@ -42,7 +42,6 @@ private: void* mem; void *hMutex, *hMapFile; }; -#include int main(void) { -- cgit v1.2.3