|
From: <ai...@us...> - 2012-08-23 18:40:49
|
Revision: 12222
http://plplot.svn.sourceforge.net/plplot/?rev=12222&view=rev
Author: airwin
Date: 2012-08-23 18:40:38 +0000 (Thu, 23 Aug 2012)
Log Message:
-----------
Make the Plplotter_Init symbol visible in the tkwin dll. This is
necessary for the "package require Plplotter" command to work
correctly in the Tk wish environment for the case where symbols are
hidden by default for the tkwin dll (on Unix with the gcc
-fvisibility=hidden option or on Windows).
Modified Paths:
--------------
trunk/bindings/tk-x-plat/Plplotter_Init.c
Modified: trunk/bindings/tk-x-plat/Plplotter_Init.c
===================================================================
--- trunk/bindings/tk-x-plat/Plplotter_Init.c 2012-08-21 11:45:29 UTC (rev 12221)
+++ trunk/bindings/tk-x-plat/Plplotter_Init.c 2012-08-23 18:40:38 UTC (rev 12222)
@@ -52,7 +52,7 @@
// the Plbasicinit function called from here.
//--------------------------------------------------------------------------
-EXTERN int
+PLDLLIMPEXP_DRIVER EXTERN int
Plplotter_Init( Tcl_Interp *interp )
{
#ifdef USE_TCL_STUBS
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|