blob: 5112ece843de2ec61a586455546dc0219d5baa91 (
plain)
1
2
3
4
5
6
7
8
9
10
11
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
|