mirror of
https://port.numenaute.org/aleajactaest/khanat-opennel-code.git
synced 2024-11-11 17:59:03 +00:00
Fixed: Compilation with new MySQL headers
This commit is contained in:
parent
7d050b4b20
commit
2cf7e0795a
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