diff options
Diffstat (limited to 'protocol-wine/opentrack-wrapper-wine-posix.cxx')
-rw-r--r-- | protocol-wine/opentrack-wrapper-wine-posix.cxx | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/protocol-wine/opentrack-wrapper-wine-posix.cxx b/protocol-wine/opentrack-wrapper-wine-posix.cxx new file mode 100644 index 00000000..50cce728 --- /dev/null +++ b/protocol-wine/opentrack-wrapper-wine-posix.cxx @@ -0,0 +1,7 @@ +#ifdef _WIN32 +# undef _WIN32 +#endif + +#define PortableLockedShm ShmPosix +#include "opentrack-compat/shm.h" +#include "opentrack-compat/shm.cpp" |