[mapguide-commits] r9893 - in sandbox/jng/msvc2019/Oem/SWIGEx/Lib: java php5
svn_mapguide at osgeo.org
svn_mapguide at osgeo.org
Mon Nov 15 06:22:41 PST 2021
Author: jng
Date: 2021-11-15 06:22:40 -0800 (Mon, 15 Nov 2021)
New Revision: 9893
Modified:
sandbox/jng/msvc2019/Oem/SWIGEx/Lib/java/javahead.swg
sandbox/jng/msvc2019/Oem/SWIGEx/Lib/php5/php5run.swg
Log:
#2843: Fix up PHP/Java bindings build
Modified: sandbox/jng/msvc2019/Oem/SWIGEx/Lib/java/javahead.swg
===================================================================
--- sandbox/jng/msvc2019/Oem/SWIGEx/Lib/java/javahead.swg 2021-11-15 14:18:46 UTC (rev 9892)
+++ sandbox/jng/msvc2019/Oem/SWIGEx/Lib/java/javahead.swg 2021-11-15 14:22:40 UTC (rev 9893)
@@ -36,11 +36,7 @@
#include <jni.h>
#include <stdlib.h>
#include <string.h>
-#ifdef _WIN32
-#include <typeinfo.h>
-#else
#include <typeinfo>
-#endif
%}
%insert(runtime) %{
Modified: sandbox/jng/msvc2019/Oem/SWIGEx/Lib/php5/php5run.swg
===================================================================
--- sandbox/jng/msvc2019/Oem/SWIGEx/Lib/php5/php5run.swg 2021-11-15 14:18:46 UTC (rev 9892)
+++ sandbox/jng/msvc2019/Oem/SWIGEx/Lib/php5/php5run.swg 2021-11-15 14:22:40 UTC (rev 9893)
@@ -13,11 +13,7 @@
#include "php.h"
#include "zend_exceptions.h"
-#ifdef _WIN32
-#include <typeinfo.h>
-#else
#include <typeinfo>
-#endif
/* These TSRMLS_ stuff should already be defined now, but with older php under
redhat are not... */
More information about the mapguide-commits
mailing list