diff options
Diffstat (limited to 'src/htsthread.h')
-rw-r--r-- | src/htsthread.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/htsthread.h b/src/htsthread.h index cb3a139..326c8cb 100644 --- a/src/htsthread.h +++ b/src/htsthread.h @@ -85,7 +85,7 @@ Please visit our Website: http://www.httrack.com #endif -int htsSetLock(PTHREAD_LOCK_TYPE * hMutex,int lock); +HTSEXT_API int htsSetLock(PTHREAD_LOCK_TYPE * hMutex,int lock); #if USE_PTHREAD unsigned long _beginthread( void* ( *start_address )( void * ), unsigned stack_size, void *arglist ); |