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

@ -58,6 +58,7 @@
#else
#define WIN_CAS(dest, exch, comp) InterlockedCompareExchange(dest, exch, comp)
#endif
#endif
/* Thread server common information */
typedef struct{