diff options
Diffstat (limited to 'src/htswrap.h')
-rw-r--r-- | src/htswrap.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/htswrap.h b/src/htswrap.h index b87bf11..f97157a 100644 --- a/src/htswrap.h +++ b/src/htswrap.h @@ -40,7 +40,8 @@ Please visit our Website: http://www.httrack.com #include "htsglobal.h" -#ifndef HTTRACK_DEFLIB +/* Library internal definictions */ +#ifdef HTS_INTERNAL_BYTECODE HTSEXT_API int htswrap_init(void); HTSEXT_API int htswrap_add(char* name,void* fct); HTSEXT_API int htswrap_free(void); |