aboutsummaryrefslogtreecommitdiff
path: root/src/pj_open_lib.c
diff options
context:
space:
mode:
authorKristian Evers <kristianevers@gmail.com>2018-02-02 00:03:43 +0100
committerGitHub <noreply@github.com>2018-02-02 00:03:43 +0100
commitdaf6150f90a530c17d86105dced87b19db8c0d59 (patch)
treeb4863a07ec5320a9242be4477a2b4a3fbcfdd790 /src/pj_open_lib.c
parentc0099e5ad4515e4ee1d672328731b004071489f4 (diff)
parent56600aadd345a984c1f5a1f42b7932e67c9bee03 (diff)
downloadPROJ-daf6150f90a530c17d86105dced87b19db8c0d59.tar.gz
PROJ-daf6150f90a530c17d86105dced87b19db8c0d59.zip
Merge pull request #754 from mloskot/ml/remove-wince
Remove Windows CE cruft (wince/msvc80)
Diffstat (limited to 'src/pj_open_lib.c')
-rw-r--r--src/pj_open_lib.c5
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 */
}
/************************************************************************/