diff options
author | Xavier Roche <xroche@users.noreply.github.com> | 2014-05-02 17:53:49 +0000 |
---|---|---|
committer | Xavier Roche <xroche@users.noreply.github.com> | 2014-05-02 17:53:49 +0000 |
commit | 95b9374ff3192cc8df8a7c1d8335302f4d98ba2d (patch) | |
tree | 3a246189a58eeb83bcc85dfd080a5580381ee386 | |
parent | c7edfe0f5f34fca20bfc13fbcd5c64d4d4951108 (diff) |
Fixed WIN32.
-rw-r--r-- | src/httrack-library.h | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/src/httrack-library.h b/src/httrack-library.h index 66a7974..6d65cd7 100644 --- a/src/httrack-library.h +++ b/src/httrack-library.h @@ -34,7 +34,10 @@ Please visit our Website: http://www.httrack.com #define HTTRACK_DEFLIB #include "htsglobal.h" + +#ifndef _WIN32 #include <inttypes.h> +#endif #ifndef HTS_DEF_FWSTRUCT_httrackp #define HTS_DEF_FWSTRUCT_httrackp |