summaryrefslogtreecommitdiff
path: root/src/htscore.c
diff options
context:
space:
mode:
authorXavier Roche <xroche@users.noreply.github.com>2013-09-14 09:29:44 +0000
committerXavier Roche <xroche@users.noreply.github.com>2013-09-14 09:29:44 +0000
commit011ba96d5326c78f124da0373a3d27eb1f674ff5 (patch)
tree251e209e0a82af209fdfe8791ef1a9d6a8d27124 /src/htscore.c
parentd7cc6f5b55a0d005ffc669810f7671002c5d63dc (diff)
Removed dead code (_WIN32_WCE)
Diffstat (limited to 'src/htscore.c')
-rw-r--r--src/htscore.c6
1 files changed, 0 insertions, 6 deletions
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 <fcntl.h>
-#endif
#include <ctype.h>
/* 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) {