mirror of
https://github.com/EQEmu/Server.git
synced 2026-05-17 03:08:26 +00:00
remove global_define.h and adjust platform header includes
- Remove unused MRMutex - Remove unused generate_key
This commit is contained in:
+4
-2
@@ -20,9 +20,11 @@
|
||||
|
||||
// Disgrace: for windows compile
|
||||
#ifndef WIN32
|
||||
#include <sys/time.h>
|
||||
#include <sys/time.h>
|
||||
#else
|
||||
#include <sys/timeb.h>
|
||||
#include <sys/timeb.h>
|
||||
#include <WinSock2.h>
|
||||
#undef GetCurrentTime
|
||||
#endif
|
||||
|
||||
uint32 current_time = 0;
|
||||
|
||||
Reference in New Issue
Block a user