diff options
author | Xavier Roche <xroche@users.noreply.github.com> | 2012-03-19 12:36:11 +0000 |
---|---|---|
committer | Xavier Roche <xroche@users.noreply.github.com> | 2012-03-19 12:36:11 +0000 |
commit | ad5b7acc19290ff91e0f42a0de448a26760fcf99 (patch) | |
tree | 2d1867758835fd0c4e443ff3cc7e5c774af85874 /lib/htssystem.h |
Imported httrack 3.20.2
Diffstat (limited to 'lib/htssystem.h')
-rw-r--r-- | lib/htssystem.h | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/lib/htssystem.h b/lib/htssystem.h new file mode 100644 index 0000000..5112ece --- /dev/null +++ b/lib/htssystem.h @@ -0,0 +1,12 @@ +/*
+ 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
+
|