summaryrefslogtreecommitdiffhomepage
path: root/proto-wine/opentrack-wrapper-wine-posix.cxx
blob: e36407a9f1d54b5a4aca2aa6dfcaa08ad8cf1eda (plain)
1
2
3
4
5
6
7
#ifdef _WIN32
#   undef _WIN32
#endif

#define shm_wrapper ShmPosix
#include "compat/shm.h"
#include "compat/shm.cpp"