summaryrefslogtreecommitdiff
path: root/src/htsthread.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/htsthread.c')
-rw-r--r--src/htsthread.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/htsthread.c b/src/htsthread.c
index 0a3bee6..d403730 100644
--- a/src/htsthread.c
+++ b/src/htsthread.c
@@ -68,7 +68,7 @@ unsigned long _beginthread( void* ( *start_address )( void * ), unsigned stack_s
[-1 check if locked (always return 0 with mutex)]
-999 initialize
*/
-int htsSetLock(PTHREAD_LOCK_TYPE* hMutex,int lock) {
+HTSEXT_API int htsSetLock(PTHREAD_LOCK_TYPE* hMutex,int lock) {
#if HTS_WIN
/* lock */
if (lock==1)