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

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