Browse Source
Update DistrhoDefines.h
Added noexpect for mac again but excluded MSVC
pull/210/head
CapRat
GitHub
6 years ago
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with
8 additions and
2 deletions
-
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__) |
|
|
|
|