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_open_lib.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_open_lib.c')
| -rw-r--r-- | src/pj_open_lib.c | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/src/pj_open_lib.c b/src/pj_open_lib.c index 4eaefba1..054853c6 100644 --- a/src/pj_open_lib.c +++ b/src/pj_open_lib.c @@ -118,8 +118,6 @@ pj_open_lib_ex(projCtx ctx, const char *name, const char *mode, static const char dir_chars[] = "/"; #endif -#ifndef _WIN32_WCE - if( out_full_filename != NULL && out_full_filename_size > 0 ) out_full_filename[0] = '\0'; @@ -205,9 +203,6 @@ pj_open_lib_ex(projCtx ctx, const char *name, const char *mode, fid == NULL ? "failed" : "succeeded" ); return(fid); -#else - return NULL; -#endif /* _WIN32_WCE */ } /************************************************************************/ |
