diff options
author | Xavier Roche <xroche@users.noreply.github.com> | 2013-09-14 09:29:44 +0000 |
---|---|---|
committer | Xavier Roche <xroche@users.noreply.github.com> | 2013-09-14 09:29:44 +0000 |
commit | 011ba96d5326c78f124da0373a3d27eb1f674ff5 (patch) | |
tree | 251e209e0a82af209fdfe8791ef1a9d6a8d27124 /src/htsglobal.h | |
parent | d7cc6f5b55a0d005ffc669810f7671002c5d63dc (diff) |
Removed dead code (_WIN32_WCE)
Diffstat (limited to 'src/htsglobal.h')
-rw-r--r-- | src/htsglobal.h | 46 |
1 files changed, 0 insertions, 46 deletions
diff --git a/src/htsglobal.h b/src/htsglobal.h index 6c154fd..e84916f 100644 --- a/src/htsglobal.h +++ b/src/htsglobal.h @@ -42,18 +42,8 @@ Please visit our Website: http://www.httrack.com #define HTTRACK_LIB_VERSION "2.0" #ifndef HTS_NOINCLUDES -#ifndef _WIN32_WCE #include <stdio.h> #include <stdlib.h> -#else -#include <stdio.h> -#include <stdlib.h> -#ifdef HTS_CECOMPAT -#include "cecompat.h" -#else -#include "celib.h" -#endif -#endif #endif // Définition plate-forme @@ -70,9 +60,6 @@ Please visit our Website: http://www.httrack.com // config.h #ifdef _WIN32 -// WIN32 -#ifndef _WIN32_WCE - /* #define HAVE_SYS_STAT_H 1 #define HAVE_SYS_TYPES_H 1 @@ -91,39 +78,6 @@ Please visit our Website: http://www.httrack.com #else -// Win32CE -//#pragma runtime_checks( "s", restore ) -#define HTS_SPARE_MEMORY 1 -#define HTS_ALIGN 8 -#define BIGSTK static -#undef DLLIB // LoadLibrary(libssl) crashes -#define NOSTRDEBUG 1 -#undef HTS_MAKE_KEYWORD_INDEX -#ifdef HTS_CECOMPAT -#define HTS_DO_NOT_USE_FTIME 1 -/* -#undef HAVE_SYS_STAT_H -#undef HAVE_SYS_TYPES_H -*/ -#else -#undef HTS_DO_NOT_USE_FTIME -/* -#define HAVE_SYS_STAT_H 1 -#define HAVE_SYS_TYPES_H 1 -*/ -#endif - -#define HTS_DLOPEN 0 -#undef HTS_INET6 -#ifndef S_ISREG -#define S_ISREG(m) ((m) & _S_IFREG) - -#endif - -#endif - -#else - #include "config.h" #ifndef FTIME |