diff --git a/distrho/src/DistrhoDefines.h b/distrho/src/DistrhoDefines.h index cc772130..a36228ba 100644 --- a/distrho/src/DistrhoDefines.h +++ b/distrho/src/DistrhoDefines.h @@ -58,8 +58,14 @@ # define final // gcc4.7+ only # endif #endif - - +#ifndef _MSC_VER +#ifndef DISTRHO_PROPER_CPP11_SUPPORT +# define noexcept throw() +# define override +# define final +# define nullptr NULL +#endif +#endif /* Define DISTRHO_DEPRECATED */ #if defined(__GNUC__)