Fix Linux compile bugs.

This commit is contained in:
Jonathan Naylor 2020-11-02 14:56:06 +00:00
parent 81170f53ee
commit 2201b07a38
2 changed files with 3 additions and 2 deletions

View file

@ -28,6 +28,7 @@
#if defined(HAVE_LOG_H)
#include "Log.h"
#else
#define LogMessage(fmt, ...) ::fprintf(stderr, fmt "\n", ## __VA_ARGS__)
#define LogError(fmt, ...) ::fprintf(stderr, fmt "\n", ## __VA_ARGS__)
#define LogInfo(fmt, ...) ::fprintf(stderr, fmt "\n", ## __VA_ARGS__)
#endif