From: Sandro Santilli Date: Tue, 12 Jun 2012 13:11:03 +0000 (+0000) Subject: Fix call to GEOS_interruptRegisterCallback (win32) X-Git-Tag: 2.1.0beta2~912 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=10a98deeb3c1fcd777df6443045468546604e8e8;p=postgis Fix call to GEOS_interruptRegisterCallback (win32) git-svn-id: http://svn.osgeo.org/postgis/trunk@9902 b70326c6-7e19-0410-871a-916f4a2858ee --- diff --git a/postgis/postgis_module.c b/postgis/postgis_module.c index 9599a6d2a..62ca4e335 100644 --- a/postgis/postgis_module.c +++ b/postgis/postgis_module.c @@ -51,7 +51,7 @@ _PG_init(void) #ifdef WIN32 #if POSTGIS_GEOS_VERSION >= 34 - GEOS_interruptRegisterCallback(); + GEOS_interruptRegisterCallback(geosInterruptCallback); #endif #endif