proj - add version check based on major*10000+minor*100+patch format

This commit is contained in:
Artem Pavlenko 2021-03-19 13:22:16 +00:00
parent 6b9b42f314
commit 6af16764aa

View file

@ -39,7 +39,7 @@ MAPNIK_DISABLE_WARNING_POP
// fwd decl
#if PROJ_VERSION_MAJOR >= 8
#if PROJ_VERSION >= 80000
struct pj_ctx;
using PJ_CONTEXT = struct pj_ctx;
#else