Commit 88566c68 authored by tavit ohanian's avatar tavit ohanian

change swig conditional SWIGPHP5 to SWIGPHP7

parent 90d88815
......@@ -43,7 +43,7 @@
}
#endif
#ifdef SWIGPHP5
#ifdef SWIGPHP7
// need separate map for individual methods.
%define setEx(method)
%exception method {
......
......@@ -94,7 +94,7 @@ typedef long long UINT64;
%}
#endif
#endif
#ifdef SWIGPHP5
#ifdef SWIGPHP7
%module libvank_php
%{
#ifdef VANK_STANDALONE
......
#ifdef SWIGPHP5
#ifdef SWIGPHP7
// typemaps for vank types.
typedef long long INT64;
typedef long long UINT64;
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment