Revision: 10167
http://plplot.svn.sourceforge.net/plplot/?rev=10167&view=rev
Author: airwin
Date: 2009-07-20 16:36:45 +0000 (Mon, 20 Jul 2009)
Log Message:
-----------
Remove defined(plplotqt${LIB_TAG}_EXPORTS) logic for PLDLLIMPEXP_DRIVER and
PLDLLIMPEXP_DRIVER_DATA case since those definitions are no longer used in
qt.h.
Modified Paths:
--------------
trunk/include/pldll.h.in
Modified: trunk/include/pldll.h.in
===================================================================
--- trunk/include/pldll.h.in 2009-07-20 12:00:27 UTC (rev 10166)
+++ trunk/include/pldll.h.in 2009-07-20 16:36:45 UTC (rev 10167)
@@ -46,8 +46,6 @@
but dyanmic drivers disabled, the driver dll macros are the same as the
plplot dll macros */
#ifdef ENABLE_DYNDRIVERS
- /* Treat plplotqt library just like the qt device since the same source code
- is used. */
#if defined(aqt_EXPORTS) || defined(cairo_EXPORTS) || defined(cgm_EXPORTS) || \
defined(dg300_EXPORTS) || defined(gd_EXPORTS) || defined(gcw_EXPORTS) || \
defined(hpgl_EXPORTS) || defined(impress_EXPORTS) || defined(linuxvga_EXPORTS) || \
@@ -57,7 +55,7 @@
defined(pstex_EXPORTS) || defined(psttf_EXPORTS) || defined(svg_EXPORTS) || \
defined(tek_EXPORTS) || defined(tk_EXPORTS) || defined(tkwin_EXPORTS) || \
defined(wingcc_EXPORTS) || defined(wxwidgets_EXPORTS) || defined(xfig_EXPORTS) || \
- defined(xwin_EXPORTS) || defined(qt_EXPORTS) || defined(plplotqt${LIB_TAG}_EXPORTS)
+ defined(xwin_EXPORTS) || defined(qt_EXPORTS)
#define PLDLLIMPEXP_DRIVER PLDLLEXPORT
#define PLDLLIMPEXP_DRIVER_DATA(type) PLDLLEXPORT type
#else
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.
|