diff options
author | Nick Mathewson <nickm@torproject.org> | 2014-06-20 09:49:36 -0400 |
---|---|---|
committer | Nick Mathewson <nickm@torproject.org> | 2014-06-20 09:49:36 -0400 |
commit | 5b4ee475aa00bb30675e819a0096209e5e427668 (patch) | |
tree | 633b04a111458921fbd5908faed7f47641b9c362 /src/common/compat.h | |
parent | 456184c2a005d282df4bb1c92e0f3d80b52e99cb (diff) | |
download | tor-5b4ee475aa00bb30675e819a0096209e5e427668.tar.gz tor-5b4ee475aa00bb30675e819a0096209e5e427668.zip |
Remove code for Windows CE support
As far as I know, nobody has used this in ages. It would be a
pretty big surprise if it had worked.
Closes ticket 11446.
Diffstat (limited to 'src/common/compat.h')
-rw-r--r-- | src/common/compat.h | 15 |
1 files changed, 0 insertions, 15 deletions
diff --git a/src/common/compat.h b/src/common/compat.h index ec7d2415ed..635e427f02 100644 --- a/src/common/compat.h +++ b/src/common/compat.h @@ -56,21 +56,6 @@ #include <stdio.h> #include <errno.h> -#if defined (WINCE) -#include <fcntl.h> -#include <io.h> -#include <math.h> -#include <projects.h> -/* this is not exported as W .... */ -#define SHGetPathFromIDListW SHGetPathFromIDList -/* wcecompat has vasprintf */ -#define HAVE_VASPRINTF -/* no service here */ -#ifdef NT_SERVICE -#undef NT_SERVICE -#endif -#endif // WINCE - #ifndef NULL_REP_IS_ZERO_BYTES #error "It seems your platform does not represent NULL as zero. We can't cope." #endif |