Windows build fixes.

This commit is contained in:
Roger A. Light
2019-04-17 20:09:59 +01:00
parent 947218c975
commit 4dcd977932
5 changed files with 29 additions and 12 deletions
-2
View File
@@ -29,8 +29,6 @@ Contributors:
#if defined(__GNUC__) || defined(__clang__)
# define DEPRECATED __attribute__ ((deprecated))
#elif defined(_MSC_VER)
# define DEPRECATED __declspec(deprecated)
#else
# define DEPRECATED
#endif