fix missing #endif

This commit is contained in:
Mark Seminatore 2023-06-24 15:43:32 -07:00
parent 7783a9af02
commit d6991dd230
1 changed files with 1 additions and 0 deletions

View File

@ -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 */