diff options
author | Stanislaw Halik <sthalik@misaki.pl> | 2015-07-19 11:11:13 +0200 |
---|---|---|
committer | Stanislaw Halik <sthalik@misaki.pl> | 2015-07-19 11:12:04 +0200 |
commit | 84044ec3f6fe9ea90f3601b880d96be989fb7d79 (patch) | |
tree | 7b5b53cc0ace4b701a8f7a37289f7d8827e3d81f /ftnoir_protocol_wine/wine-shm.h | |
parent | 64a6892e8713c69e1f5ade929ec8035146de3f56 (diff) |
fix osx, app bundle now builds
Diffstat (limited to 'ftnoir_protocol_wine/wine-shm.h')
-rw-r--r-- | ftnoir_protocol_wine/wine-shm.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/ftnoir_protocol_wine/wine-shm.h b/ftnoir_protocol_wine/wine-shm.h index c0f29cd3..c7e29abb 100644 --- a/ftnoir_protocol_wine/wine-shm.h +++ b/ftnoir_protocol_wine/wine-shm.h @@ -3,6 +3,11 @@ #define WINE_SHM_NAME "facetracknoir-wine-shm" #define WINE_MTX_NAME "facetracknoir-wine-mtx" +// OSX sdk 10.8 build error otherwise +#ifdef _LIBCPP_MSVCRT +# undef _LIBCPP_MSVCRT +#endif + #include <memory> template<typename t> using ptr = std::shared_ptr<t>; |