Fixed: Compilation under unices (syslog.h included before chat_displayer.h creates a conflict with LOG_WARNING)
This commit is contained in:
parent
15dd01caf7
commit
9cd35a8a5d
1 changed files with 5 additions and 0 deletions
|
@ -25,6 +25,11 @@
|
|||
|
||||
#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
|
||||
* \author Nicolas Brigand
|
||||
|
|
Loading…
Reference in a new issue