mirror of
https://port.numenaute.org/aleajactaest/khanat-code-old.git
synced 2024-11-05 14:59:01 +00:00
Fixed: Compilation with new MySQL headers
This commit is contained in:
parent
3b3950227e
commit
587def6dbb
1 changed files with 5 additions and 0 deletions
|
@ -36,6 +36,11 @@
|
|||
#include "nel_database_mapping.h"
|
||||
#include "character_sync.h"
|
||||
|
||||
// defined by MySQL config file
|
||||
#ifdef access
|
||||
#undef access
|
||||
#endif
|
||||
|
||||
using namespace std;
|
||||
using namespace NLMISC;
|
||||
using namespace NLNET;
|
||||
|
|
Loading…
Reference in a new issue