From 011ba96d5326c78f124da0373a3d27eb1f674ff5 Mon Sep 17 00:00:00 2001 From: Xavier Roche Date: Sat, 14 Sep 2013 09:29:44 +0000 Subject: Removed dead code (_WIN32_WCE) --- src/htscore.c | 6 ------ 1 file changed, 6 deletions(-) (limited to 'src/htscore.c') diff --git a/src/htscore.c b/src/htscore.c index f2a3585..d996ffe 100644 --- a/src/htscore.c +++ b/src/htscore.c @@ -33,9 +33,7 @@ Please visit our Website: http://www.httrack.com /* Internal engine bytecode */ #define HTS_INTERNAL_BYTECODE -#ifndef _WIN32_WCE #include -#endif #include /* File defs */ @@ -3293,11 +3291,7 @@ int read_stdin(char *s, int max) { #ifdef _WIN32 int check_stdin(void) { -#ifndef _WIN32_WCE return (_kbhit()); -#else - return 0; -#endif } #else int check_flot(T_SOC s) { -- cgit v1.2.3