summaryrefslogtreecommitdiff
path: root/src/htscore.c
diff options
context:
space:
mode:
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) {