mirror of
https://github.com/EQEmu/Server.git
synced 2026-09-01 07:26:36 +00:00
remove global_define.h and adjust platform header includes
- Remove unused MRMutex - Remove unused generate_key
This commit is contained in:
+2
-2
@@ -22,8 +22,8 @@
|
||||
|
||||
// Disgrace: for windows compile
|
||||
#ifdef _WINDOWS
|
||||
#include "global_define.h"
|
||||
int gettimeofday (timeval *tp, ...);
|
||||
struct timeval;
|
||||
int gettimeofday (timeval *tp, ...);
|
||||
#endif
|
||||
|
||||
#include <chrono>
|
||||
|
||||
Reference in New Issue
Block a user