proj - add version check based on major*10000+minor*100+patch format
This commit is contained in:
parent
6b9b42f314
commit
6af16764aa
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue