Skip to content

Commit

Permalink
Compat: Adjust syslog.h defined checks.
Browse files Browse the repository at this point in the history
  • Loading branch information
projectgoav committed Dec 22, 2023
1 parent c47d69c commit bb69805
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions include/compat/syslog.h
Original file line number Diff line number Diff line change
Expand Up @@ -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 <syslog.h>
Expand Down

0 comments on commit bb69805

Please sign in to comment.