remove global_define.h and adjust platform header includes

- Remove unused MRMutex
- Remove unused generate_key
This commit is contained in:
brainiac
2025-12-18 00:40:06 -08:00
committed by Alex
parent b95016c92f
commit c191ec02d4
59 changed files with 37 additions and 330 deletions
+4 -2
View File
@@ -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;