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 /lib/htssystem.h | |
parent | ad5b7acc19290ff91e0f42a0de448a26760fcf99 (diff) |
httrack 3.30.1
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
-
|