diff --git a/include/compat/syslog.h b/include/compat/syslog.h index 96e0b4ad42..683a60602c 100644 --- a/include/compat/syslog.h +++ b/include/compat/syslog.h @@ -3,9 +3,7 @@ * syslog.h compatibility shim */ -#if defined(_WIN32) -#define NO_SYSLOG -#elif defined(FREERTOS) +#if defined(_WIN32) || defined(FREERTOS) #define NO_SYSLOG #else #include_next