mirror of
https://port.numenaute.org/aleajactaest/khanat-opennel-code.git
synced 2024-11-11 17:59:03 +00:00
Fixed: Compilation under unices (syslog.h included before chat_displayer.h creates a conflict with LOG_WARNING)
This commit is contained in:
parent
335b49716c
commit
47a5ff22ec
1 changed files with 5 additions and 0 deletions
|
@ -25,6 +25,11 @@
|
||||||
|
|
||||||
#include "nel/misc/mutex.h"
|
#include "nel/misc/mutex.h"
|
||||||
|
|
||||||
|
// to fix a conflict with syslog.h being included by libwww
|
||||||
|
#ifdef LOG_WARNING
|
||||||
|
#undef LOG_WARNING
|
||||||
|
#endif
|
||||||
|
|
||||||
/**
|
/**
|
||||||
* class used to display console text commands in the chat window
|
* class used to display console text commands in the chat window
|
||||||
* \author Nicolas Brigand
|
* \author Nicolas Brigand
|
||||||
|
|
Loading…
Reference in a new issue