From d6991dd230d5ff33bd86708762de8da05ebc0636 Mon Sep 17 00:00:00 2001 From: Mark Seminatore Date: Sat, 24 Jun 2023 15:43:32 -0700 Subject: [PATCH] fix missing #endif --- driver/others/blas_server_win32.c | 1 + 1 file changed, 1 insertion(+) diff --git a/driver/others/blas_server_win32.c b/driver/others/blas_server_win32.c index 25879250f..0b213bf2c 100644 --- a/driver/others/blas_server_win32.c +++ b/driver/others/blas_server_win32.c @@ -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 */