mirror of
https://github.com/eclipse-mosquitto/mosquitto.git
synced 2026-09-21 07:13:46 +08:00
Windows build fixes.
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user