From: <sm...@us...> - 2008-10-09 14:51:32
|
Revision: 8869 http://plplot.svn.sourceforge.net/plplot/?rev=8869&view=rev Author: smekal Date: 2008-10-09 14:51:30 +0000 (Thu, 09 Oct 2008) Log Message: ----------- Changed all PLDLLEXPORT macros to the correct PLDLLIMPEXP macro to allow compilation of static libraries on Win32. Modified Paths: -------------- trunk/bindings/tcl/tclAPI.c Modified: trunk/bindings/tcl/tclAPI.c =================================================================== --- trunk/bindings/tcl/tclAPI.c 2008-10-09 14:49:07 UTC (rev 8868) +++ trunk/bindings/tcl/tclAPI.c 2008-10-09 14:51:30 UTC (rev 8869) @@ -517,7 +517,7 @@ * interfacing to PLplot. Should not be used in a widget-based system. \*--------------------------------------------------------------------------*/ -int PLDLLEXPORT +int PLDLLIMPEXP Pltcl_Init( Tcl_Interp *interp ) { register CmdInfo *cmdInfoPtr; This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |