Move all std related headers to "include_std"

This commit is contained in:
Alex
2023-04-10 06:08:58 +03:00
parent e414804445
commit 41dafe32fb
38 changed files with 16 additions and 42 deletions

View File

@ -31,7 +31,7 @@
bool ForceUnlock = false;
std::atomic_size_t LocksCount = 0;
size_t GetLocksCount() { return LocksCount; }
size_t GetLocksCount() { return LocksCount.load(); }
void LockClass::DeadLock(SpinLockData Lock)
{