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