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/pj_strtod.c | |
| parent | dd9cd3f821295f4095d3a261bfd9be26065e60b7 (diff) | |
| download | PROJ-56600aadd345a984c1f5a1f42b7932e67c9bee03.tar.gz PROJ-56600aadd345a984c1f5a1f42b7932e67c9bee03.zip | |
Remove Windows CE cruft (wince/msvc80)
Closes #582
Diffstat (limited to 'src/pj_strtod.c')
| -rw-r--r-- | src/pj_strtod.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/pj_strtod.c b/src/pj_strtod.c index 4c03a661..90d0b2e5 100644 --- a/src/pj_strtod.c +++ b/src/pj_strtod.c @@ -75,7 +75,7 @@ double pj_atof( const char* nptr ) static char* pj_replace_point_by_locale_point(const char* pszNumber, char point, char* pszWorkBuffer) { -#if !defined(HAVE_LOCALECONV) || defined(_WIN32_WCE) +#if !defined(HAVE_LOCALECONV) #if defined(_MSC_VER) /* Visual C++ */ #pragma message("localeconv not available") |
