From: <arj...@us...> - 2009-01-02 12:22:08
|
Revision: 9244 http://plplot.svn.sourceforge.net/plplot/?rev=9244&view=rev Author: arjenmarkus Date: 2009-01-02 11:41:23 +0000 (Fri, 02 Jan 2009) Log Message: ----------- Corrected DLL export/import macro for Windows Modified Paths: -------------- trunk/bindings/tcl/tclAPI.c Modified: trunk/bindings/tcl/tclAPI.c =================================================================== --- trunk/bindings/tcl/tclAPI.c 2009-01-02 11:39:23 UTC (rev 9243) +++ trunk/bindings/tcl/tclAPI.c 2009-01-02 11:41:23 UTC (rev 9244) @@ -126,7 +126,7 @@ #define PL_LIBRARY "" #endif -extern char PLDLLIMPEXP_TCLTK * plplotLibDir; +extern PLDLLIMPORT char * plplotLibDir; #if (!defined(MAC_TCL) && !defined(__WIN32__)) /* This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |