Browse Source

fix missing #endif

tags/v0.3.24
Mark Seminatore 2 years ago
parent
commit
d6991dd230
1 changed files with 1 additions and 0 deletions
  1. +1
    -0
      driver/others/blas_server_win32.c

+ 1
- 0
driver/others/blas_server_win32.c 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 */


Loading…
Cancel
Save