|
From: <ai...@us...> - 2013-11-20 05:41:55
|
Revision: 12719
http://sourceforge.net/p/plplot/code/12719
Author: airwin
Date: 2013-11-20 05:41:51 +0000 (Wed, 20 Nov 2013)
Log Message:
-----------
Add forgotten visibility support for new plplottcltk_Main library.
Modified Paths:
--------------
trunk/include/pldll.h.in
Modified: trunk/include/pldll.h.in
===================================================================
--- trunk/include/pldll.h.in 2013-11-19 04:07:23 UTC (rev 12718)
+++ trunk/include/pldll.h.in 2013-11-20 05:41:51 UTC (rev 12719)
@@ -107,7 +107,7 @@
#define PLDLLIMPEXP_TCLMAT_DATA( type ) PLDLLIMPORT type
#endif
-#if defined ( plplottcltk@LIB_TAG@_EXPORTS )
+#if defined ( plplottcltk_Main@LIB_TAG@_EXPORTS ) | defined ( plplottcltk@LIB_TAG@_EXPORTS )
#define PLDLLIMPEXP_TCLTK PLDLLEXPORT
#define PLDLLIMPEXP_TCLTK_DATA( type ) PLDLLEXPORT type
#else
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|