diff options
author | Xavier Roche <xroche@users.noreply.github.com> | 2012-03-19 12:51:31 +0000 |
---|---|---|
committer | Xavier Roche <xroche@users.noreply.github.com> | 2012-03-19 12:51:31 +0000 |
commit | 25adbdabb47499fe641c7bd9595024ff82667058 (patch) | |
tree | 4200bb5e746bc1c0606de615ec99f0a247d4d9ba /src/htsthread.h | |
parent | ad5b7acc19290ff91e0f42a0de448a26760fcf99 (diff) |
httrack 3.30.1
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 ); |