Fixed build paths for windows
This commit is contained in:
parent
0bb0eb5df1
commit
c7a547da12
@ -13,7 +13,7 @@ class spin_lock {
|
||||
#ifdef WIN32
|
||||
while(locked._My_flag > 0) {
|
||||
#else
|
||||
while(locked._M_i) {
|
||||
while(locked._M_i) {
|
||||
#endif
|
||||
//Yield when we're using this lock for a longer time, which we usually not doing
|
||||
if(round++ % 8 == 0)
|
||||
|
Loading…
Reference in New Issue
Block a user