diff options
Diffstat (limited to 'lib/htssystem.h')
-rw-r--r-- | lib/htssystem.h | 12 |
1 files changed, 0 insertions, 12 deletions
diff --git a/lib/htssystem.h b/lib/htssystem.h deleted file mode 100644 index 5112ece..0000000 --- a/lib/htssystem.h +++ /dev/null @@ -1,12 +0,0 @@ -/*
- HTTrack library example
-*/
-
-#define HTS_PLATFORM 1
-#define HTS_ANALYSTE 1
-#define HTS_PLATFORM_NAME "example" -#ifdef _WIN32
-#define HTS_WIN 1
-#define HTS_USEZLIB 0
-#endif
-
|