mirror of
https://github.com/EQEmu/Server.git
synced 2026-05-16 22:58:34 +00:00
remove global_define.h and adjust platform header includes
- Remove unused MRMutex - Remove unused generate_key
This commit is contained in:
@@ -20,19 +20,11 @@
|
||||
|
||||
#include "common/eq_packet_structs.h"
|
||||
#include "common/eqemu_logsys.h"
|
||||
#include "common/global_define.h"
|
||||
|
||||
#include <fstream>
|
||||
#include <iostream>
|
||||
#include <memory.h>
|
||||
|
||||
/*#ifdef _CRTDBG_MAP_ALLOC
|
||||
#undef new
|
||||
#endif*/
|
||||
/*#ifdef _CRTDBG_MAP_ALLOC
|
||||
#define new new(_NORMAL_BLOCK, __FILE__, __LINE__)
|
||||
#endif*/
|
||||
|
||||
#define EQT_VERSION 1000
|
||||
|
||||
//Constructor
|
||||
|
||||
Reference in New Issue
Block a user