diff options
Diffstat (limited to 'src/htssystem.h.windows9x')
| -rw-r--r-- | src/htssystem.h.windows9x | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/src/htssystem.h.windows9x b/src/htssystem.h.windows9x new file mode 100644 index 0000000..0689e0c --- /dev/null +++ b/src/htssystem.h.windows9x @@ -0,0 +1,11 @@ +/* HTTrack, Offline Browser for Windows and Unix */
+
+/* HTTrack system definition for Windows */
+/* This should be the only file you have to change */
+
+/* Solaris: 0 / Windows: 1 / AIX: 2 / Linux: 3 */
+
+
+/* Fix plateform number to 1 (Windows) */
+/* If it doesn't compile, try another one */
+#define HTS_PLATEFORM 1
|
