aboutsummaryrefslogtreecommitdiff
path: root/src/chips/opl_chip_base.h
diff options
context:
space:
mode:
authorVitaly Novichkov <admin@wohlnet.ru>2018-05-01 20:02:09 +0300
committerVitaly Novichkov <admin@wohlnet.ru>2018-05-01 20:02:09 +0300
commit5a194eb263125e5505cca3ec0256c7efa348eaa4 (patch)
treef655dd29013d0cf41d04ba5bb81e8750c9a4fcc1 /src/chips/opl_chip_base.h
parent7fd5752dd5f22bdbe175744f33ad998e43f755cf (diff)
parent49ab43701d5c5800fda3543a9697e5aab2da2638 (diff)
downloadlibADLMIDI-5a194eb263125e5505cca3ec0256c7efa348eaa4.tar.gz
libADLMIDI-5a194eb263125e5505cca3ec0256c7efa348eaa4.tar.bz2
libADLMIDI-5a194eb263125e5505cca3ec0256c7efa348eaa4.zip
Merge branch 'master' into stable
Diffstat (limited to 'src/chips/opl_chip_base.h')
-rw-r--r--src/chips/opl_chip_base.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/src/chips/opl_chip_base.h b/src/chips/opl_chip_base.h
index 75dd903..fb9b9e9 100644
--- a/src/chips/opl_chip_base.h
+++ b/src/chips/opl_chip_base.h
@@ -4,8 +4,7 @@
#include <stdint.h>
#include <stddef.h>
-/* TODO: MSVC: Use MSVC versioing instead of this to detect does it supports those C++11 keywords or not */
-#if __cplusplus <= 199711L
+#if !defined(_MSC_VER) && (__cplusplus <= 199711L)
#define final
#define override
#endif