diff options
| author | Mateusz Loskot <mateusz@loskot.net> | 2018-02-01 20:09:08 +0100 |
|---|---|---|
| committer | Mateusz Loskot <mateusz@loskot.net> | 2018-02-01 20:09:08 +0100 |
| commit | 56600aadd345a984c1f5a1f42b7932e67c9bee03 (patch) | |
| tree | ef1f29514b4e3038536509de868b4ae0deaf9d46 /src/projects.h | |
| parent | dd9cd3f821295f4095d3a261bfd9be26065e60b7 (diff) | |
| download | PROJ-56600aadd345a984c1f5a1f42b7932e67c9bee03.tar.gz PROJ-56600aadd345a984c1f5a1f42b7932e67c9bee03.zip | |
Remove Windows CE cruft (wince/msvc80)
Closes #582
Diffstat (limited to 'src/projects.h')
| -rw-r--r-- | src/projects.h | 12 |
1 files changed, 2 insertions, 10 deletions
diff --git a/src/projects.h b/src/projects.h index f22ae3a5..41f4aa3c 100644 --- a/src/projects.h +++ b/src/projects.h @@ -97,14 +97,6 @@ typedef long pj_int32; extern double hypot(double, double); #endif -#ifdef _WIN32_WCE -# include <wce_stdlib.h> -# include <wce_stdio.h> -# define rewind wceex_rewind -# define getenv wceex_getenv -# define hypot _hypot -#endif - /* If we still haven't got M_PI*, we rely on our own defines. * For example, this is necessary when compiling with gcc and * the -ansi flag. @@ -136,11 +128,11 @@ extern double hypot(double, double); #endif /* Use WIN32 as a standard windows 32 bit declaration */ -#if defined(_WIN32) && !defined(WIN32) && !defined(_WIN32_WCE) +#if defined(_WIN32) && !defined(WIN32) # define WIN32 #endif -#if defined(_WINDOWS) && !defined(WIN32) && !defined(_WIN32_WCE) +#if defined(_WINDOWS) && !defined(WIN32) # define WIN32 #endif |
