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/htsnet.h | |
parent | d7cc6f5b55a0d005ffc669810f7671002c5d63dc (diff) |
Removed dead code (_WIN32_WCE)
Diffstat (limited to 'src/htsnet.h')
-rw-r--r-- | src/htsnet.h | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/src/htsnet.h b/src/htsnet.h index fdfa5bd..e9c0629 100644 --- a/src/htsnet.h +++ b/src/htsnet.h @@ -42,9 +42,7 @@ Please visit our Website: http://www.httrack.com #include <ctype.h> #ifdef _WIN32 // pour read -#ifndef _WIN32_WCE #include <io.h> -#endif // pour FindFirstFile #include <winbase.h> #else |