Fix build on windows

This commit is contained in:
Theo Buehler
2023-12-14 18:28:55 +01:00
parent 3994fee6be
commit f6f90b9779

View File

@@ -15,6 +15,7 @@
#include <stdarg.h>
#ifdef _WIN32
#define LOG_CONS LOG_INFO
#define LOG_INFO 6 /* informational */
#define LOG_USER (1<<3) /* random user-level messages */
#define LOG_LOCAL2 (18<<3) /* reserved for local use */