mirror of
https://github.com/ZDoom/fluidsynth.git
synced 2025-01-31 13:40:35 +00:00
'deprecated' is not supported on MSVC6.
This commit is contained in:
parent
36d8f95584
commit
9be61b5cd4
1 changed files with 1 additions and 1 deletions
|
@ -48,7 +48,7 @@ extern "C" {
|
|||
|
||||
#if defined(__GNUC__) || defined(__clang__)
|
||||
# define FLUID_DEPRECATED __attribute__((deprecated))
|
||||
#elif defined(_MSC_VER)
|
||||
#elif defined(_MSC_VER) && _MSC_VER > 1400
|
||||
# define FLUID_DEPRECATED __declspec(deprecated)
|
||||
#else
|
||||
# define FLUID_DEPRECATED
|
||||
|
|
Loading…
Reference in a new issue