Browse Source

Update DistrhoDefines.h

Added noexpect for mac again but excluded MSVC
pull/210/head
CapRat GitHub 6 years ago
parent
commit
cdc348bf07
No known key found for this signature in database GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 8 additions and 2 deletions
  1. +8
    -2
      distrho/src/DistrhoDefines.h

+ 8
- 2
distrho/src/DistrhoDefines.h View File

@@ -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__)


Loading…
Cancel
Save