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)
|
#define WIN_CAS(dest, exch, comp) InterlockedCompareExchange64(dest, exch, comp)
|
||||||
#else
|
#else
|
||||||
#define WIN_CAS(dest, exch, comp) InterlockedCompareExchange(dest, exch, comp)
|
#define WIN_CAS(dest, exch, comp) InterlockedCompareExchange(dest, exch, comp)
|
||||||
|
#endif
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
/* Thread server common information */
|
/* Thread server common information */
|
||||||
|
|
Loading…
Reference in New Issue