mirror of
https://github.com/ShaYmez/P25Clients.git
synced 2025-08-26 09:22:29 -04:00
Fix Linux compilation issue.
This commit is contained in:
parent
0f63c0a5ac
commit
ef58905da9
@ -28,6 +28,7 @@
|
|||||||
#if defined(HAVE_LOG_H)
|
#if defined(HAVE_LOG_H)
|
||||||
#include "Log.h"
|
#include "Log.h"
|
||||||
#else
|
#else
|
||||||
|
#define LogMessage(fmt, ...) ::fprintf(stderr, fmt "\n", ## __VA_ARGS__)
|
||||||
#define LogError(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__)
|
#define LogInfo(fmt, ...) ::fprintf(stderr, fmt "\n", ## __VA_ARGS__)
|
||||||
#endif
|
#endif
|
||||||
|
Loading…
x
Reference in New Issue
Block a user