]> granicus.if.org Git - postgis/commitdiff
Fix call to GEOS_interruptRegisterCallback (win32)
authorSandro Santilli <strk@keybit.net>
Tue, 12 Jun 2012 13:11:03 +0000 (13:11 +0000)
committerSandro Santilli <strk@keybit.net>
Tue, 12 Jun 2012 13:11:03 +0000 (13:11 +0000)
git-svn-id: http://svn.osgeo.org/postgis/trunk@9902 b70326c6-7e19-0410-871a-916f4a2858ee

postgis/postgis_module.c

index 9599a6d2a3869c95de33cc6aaf32dc8aab4adc1c..62ca4e33561f4e41d9514e5aa45def59d6994fcc 100644 (file)
@@ -51,7 +51,7 @@ _PG_init(void)
 
 #ifdef WIN32
 #if POSTGIS_GEOS_VERSION >= 34 
-  GEOS_interruptRegisterCallback();
+  GEOS_interruptRegisterCallback(geosInterruptCallback);
 #endif
 #endif