fix missing #endif
This commit is contained in:
parent
7783a9af02
commit
d6991dd230
|
@ -57,6 +57,7 @@
|
|||
#define WIN_CAS(dest, exch, comp) InterlockedCompareExchange64(dest, exch, comp)
|
||||
#else
|
||||
#define WIN_CAS(dest, exch, comp) InterlockedCompareExchange(dest, exch, comp)
|
||||
#endif
|
||||
#endif
|
||||
|
||||
/* Thread server common information */
|
||||
|
|
Loading…
Reference in New Issue