diff options
Diffstat (limited to 'proto-wine/wine-shm.h')
-rw-r--r-- | proto-wine/wine-shm.h | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/proto-wine/wine-shm.h b/proto-wine/wine-shm.h index c7e29abb..a717dcc8 100644 --- a/proto-wine/wine-shm.h +++ b/proto-wine/wine-shm.h @@ -4,9 +4,7 @@ #define WINE_MTX_NAME "facetracknoir-wine-mtx" // OSX sdk 10.8 build error otherwise -#ifdef _LIBCPP_MSVCRT -# undef _LIBCPP_MSVCRT -#endif +#undef _LIBCPP_MSVCRT #include <memory> |