From: <ai...@us...> - 2008-10-11 06:15:31
|
Revision: 8882 http://plplot.svn.sourceforge.net/plplot/?rev=8882&view=rev Author: airwin Date: 2008-10-11 06:15:24 +0000 (Sat, 11 Oct 2008) Log Message: ----------- Reduce PLDLLIMPEXP_DRIVER use to the irreducible minimum. Modified Paths: -------------- trunk/drivers/aqt.c trunk/drivers/cairo.c trunk/drivers/cgm.c trunk/drivers/dg300.c trunk/drivers/gcw.c trunk/drivers/gd.c trunk/drivers/gnome.c trunk/drivers/hpgl.c trunk/drivers/impress.c trunk/drivers/linuxvga.c trunk/drivers/ljii.c trunk/drivers/ljiip.c trunk/drivers/mem.c trunk/drivers/ntk.c trunk/drivers/null.c trunk/drivers/pbm.c trunk/drivers/pdf.c trunk/drivers/plmeta.c trunk/drivers/ps.c trunk/drivers/pstex.c trunk/drivers/psttf.cc trunk/drivers/svg.c trunk/drivers/tek.c trunk/drivers/tk.c trunk/drivers/tkwin.c trunk/drivers/wingcc.c trunk/drivers/wxwidgets.cpp trunk/drivers/xfig.c trunk/drivers/xwin.c trunk/drivers/xwinttf.c Modified: trunk/drivers/aqt.c =================================================================== --- trunk/drivers/aqt.c 2008-10-11 06:10:19 UTC (rev 8881) +++ trunk/drivers/aqt.c 2008-10-11 06:15:24 UTC (rev 8882) @@ -186,7 +186,7 @@ /* PLplot interface functions */ -PLDLLIMPEXP_DRIVER void plD_dispatch_init_aqt (PLDispatchTable *pdt); +void plD_dispatch_init_aqt (PLDispatchTable *pdt); void plD_init_aqt (PLStream *); void plD_line_aqt (PLStream *, short, short, short, short); void plD_polyline_aqt (PLStream *, short *, short *, PLINT); Modified: trunk/drivers/cairo.c =================================================================== --- trunk/drivers/cairo.c 2008-10-11 06:10:19 UTC (rev 8881) +++ trunk/drivers/cairo.c 2008-10-11 06:15:24 UTC (rev 8882) @@ -838,7 +838,7 @@ static int XScreen; static Window rootWindow; -PLDLLIMPEXP_DRIVER void plD_dispatch_init_xcairo (PLDispatchTable *pdt); +void plD_dispatch_init_xcairo (PLDispatchTable *pdt); void plD_init_xcairo (PLStream *); void plD_eop_xcairo (PLStream *); void plD_tidy_xcairo (PLStream *); @@ -1169,7 +1169,7 @@ #if defined(PLD_pdfcairo) -PLDLLIMPEXP_DRIVER void plD_dispatch_init_pdfcairo (PLDispatchTable *pdt); +void plD_dispatch_init_pdfcairo (PLDispatchTable *pdt); void plD_init_pdfcairo (PLStream *); /*--------------------------------------------------------------------- @@ -1241,7 +1241,7 @@ #if defined(PLD_pscairo) -PLDLLIMPEXP_DRIVER void plD_dispatch_init_pscairo (PLDispatchTable *pdt); +void plD_dispatch_init_pscairo (PLDispatchTable *pdt); void plD_init_pscairo (PLStream *); /*--------------------------------------------------------------------- @@ -1315,7 +1315,7 @@ #if defined(PLD_svgcairo) -PLDLLIMPEXP_DRIVER void plD_dispatch_init_svgcairo (PLDispatchTable *pdt); +void plD_dispatch_init_svgcairo (PLDispatchTable *pdt); void plD_init_svgcairo (PLStream *); /*--------------------------------------------------------------------- @@ -1405,7 +1405,7 @@ #if defined(PLD_pngcairo) -PLDLLIMPEXP_DRIVER void plD_dispatch_init_pngcairo (PLDispatchTable *pdt); +void plD_dispatch_init_pngcairo (PLDispatchTable *pdt); void plD_init_pngcairo (PLStream *); void plD_eop_pngcairo (PLStream *); @@ -1510,7 +1510,7 @@ #if defined(PLD_memcairo) -PLDLLIMPEXP_DRIVER void plD_dispatch_init_memcairo (PLDispatchTable *pdt); +void plD_dispatch_init_memcairo (PLDispatchTable *pdt); void plD_init_memcairo (PLStream *); void plD_eop_memcairo (PLStream *); void plD_bop_memcairo (PLStream *); @@ -1699,7 +1699,7 @@ #if defined(PLD_extcairo) -PLDLLIMPEXP_DRIVER void plD_dispatch_init_extcairo (PLDispatchTable *pdt); +void plD_dispatch_init_extcairo (PLDispatchTable *pdt); void plD_init_extcairo (PLStream *); void plD_bop_extcairo (PLStream *); void plD_eop_extcairo (PLStream *); Modified: trunk/drivers/cgm.c =================================================================== --- trunk/drivers/cgm.c 2008-10-11 06:10:19 UTC (rev 8881) +++ trunk/drivers/cgm.c 2008-10-11 06:15:24 UTC (rev 8882) @@ -157,7 +157,7 @@ void plD_esc_cgm (PLStream *, PLINT, void *); -PLDLLIMPEXP_DRIVER void plD_dispatch_init_cgm( PLDispatchTable *pdt ) +void plD_dispatch_init_cgm( PLDispatchTable *pdt ) { #ifndef ENABLE_DYNDRIVERS pdt->pl_MenuStr = "CGM (Computer Graphics metafile) file"; Modified: trunk/drivers/dg300.c =================================================================== --- trunk/drivers/dg300.c 2008-10-11 06:10:19 UTC (rev 8881) +++ trunk/drivers/dg300.c 2008-10-11 06:15:24 UTC (rev 8882) @@ -12,7 +12,7 @@ /* Device info */ PLDLLIMPEXP_DRIVER const char* plD_DEVICE_INFO_dg300 = "dg300:DG300 Terminal:0:dg300:25:dg300"; -PLDLLIMPEXP_DRIVER void plD_dispatch_init_dg ( PLDispatchTable *pdt ); +void plD_dispatch_init_dg ( PLDispatchTable *pdt ); void plD_init_dg (PLStream *); void plD_line_dg (PLStream *, short, short, short, short); Modified: trunk/drivers/gcw.c =================================================================== --- trunk/drivers/gcw.c 2008-10-11 06:10:19 UTC (rev 8881) +++ trunk/drivers/gcw.c 2008-10-11 06:15:24 UTC (rev 8882) @@ -139,7 +139,7 @@ void plD_state_gcw(PLStream *, PLINT); void plD_esc_gcw(PLStream *, PLINT, void *); -PLDLLIMPEXP_DRIVER void plD_dispatch_init_gcw( PLDispatchTable *pdt ) +void plD_dispatch_init_gcw( PLDispatchTable *pdt ) { #ifdef DEBUG_GCW_1 Modified: trunk/drivers/gd.c =================================================================== --- trunk/drivers/gd.c 2008-10-11 06:10:19 UTC (rev 8881) +++ trunk/drivers/gd.c 2008-10-11 06:15:24 UTC (rev 8882) @@ -280,7 +280,7 @@ #ifdef PLD_png -PLDLLIMPEXP_DRIVER void plD_dispatch_init_png( PLDispatchTable *pdt ) +void plD_dispatch_init_png( PLDispatchTable *pdt ) { #ifndef ENABLE_DYNDRIVERS pdt->pl_MenuStr = "PNG file"; @@ -302,7 +302,7 @@ #ifdef PLD_jpeg -PLDLLIMPEXP_DRIVER void plD_dispatch_init_jpeg( PLDispatchTable *pdt ) +void plD_dispatch_init_jpeg( PLDispatchTable *pdt ) { #ifndef ENABLE_DYNDRIVERS pdt->pl_MenuStr = "JPEG File"; @@ -324,7 +324,7 @@ #ifdef PLD_gif -PLDLLIMPEXP_DRIVER void plD_dispatch_init_gif( PLDispatchTable *pdt ) +void plD_dispatch_init_gif( PLDispatchTable *pdt ) { #ifndef ENABLE_DYNDRIVERS pdt->pl_MenuStr = "GIF File"; Modified: trunk/drivers/gnome.c =================================================================== --- trunk/drivers/gnome.c 2008-10-11 06:10:19 UTC (rev 8881) +++ trunk/drivers/gnome.c 2008-10-11 06:15:24 UTC (rev 8882) @@ -773,7 +773,7 @@ void plD_state_gnome (PLStream *, PLINT); void plD_esc_gnome (PLStream *, PLINT, void *); -PLDLLIMPEXP_DRIVER void plD_dispatch_init_gnome( PLDispatchTable *pdt ) +void plD_dispatch_init_gnome( PLDispatchTable *pdt ) { #ifndef ENABLE_DYNDRIVERS pdt->pl_MenuStr = "Gnome Canvas"; Modified: trunk/drivers/hpgl.c =================================================================== --- trunk/drivers/hpgl.c 2008-10-11 06:10:19 UTC (rev 8881) +++ trunk/drivers/hpgl.c 2008-10-11 06:15:24 UTC (rev 8882) @@ -137,7 +137,7 @@ #ifdef PLD_hp7470 void plD_init_hp7470 (PLStream *); -PLDLLIMPEXP_DRIVER void plD_dispatch_init_hp7470( PLDispatchTable *pdt ) +void plD_dispatch_init_hp7470( PLDispatchTable *pdt ) { hpgl_dispatch_init_helper( pdt, "HP 7470 Plotter File (HPGL Cartridge, Small Plotter)", @@ -173,7 +173,7 @@ #ifdef PLD_hp7580 void plD_init_hp7580 (PLStream *); -PLDLLIMPEXP_DRIVER void plD_dispatch_init_hp7580( PLDispatchTable *pdt ) +void plD_dispatch_init_hp7580( PLDispatchTable *pdt ) { hpgl_dispatch_init_helper( pdt, "HP 7580 Plotter File (Large Plotter)", "hp7580", Modified: trunk/drivers/impress.c =================================================================== --- trunk/drivers/impress.c 2008-10-11 06:10:19 UTC (rev 8881) +++ trunk/drivers/impress.c 2008-10-11 06:15:24 UTC (rev 8882) @@ -14,7 +14,7 @@ /* Function prototypes */ -PLDLLIMPEXP_DRIVER void plD_dispatch_init_imp ( PLDispatchTable *pdt ); +void plD_dispatch_init_imp ( PLDispatchTable *pdt ); void plD_init_imp (PLStream *); void plD_line_imp (PLStream *, short, short, short, short); Modified: trunk/drivers/linuxvga.c =================================================================== --- trunk/drivers/linuxvga.c 2008-10-11 06:10:19 UTC (rev 8881) +++ trunk/drivers/linuxvga.c 2008-10-11 06:15:24 UTC (rev 8882) @@ -59,7 +59,7 @@ static page_state; -PLDLLIMPEXP_DRIVER void plD_dispatch_init_vga( PLDispatchTable *pdt ) +void plD_dispatch_init_vga( PLDispatchTable *pdt ) { #ifndef ENABLE_DYNDRIVERS pdt->pl_MenuStr = "Linux console VGA Screen"; Modified: trunk/drivers/ljii.c =================================================================== --- trunk/drivers/ljii.c 2008-10-11 06:10:19 UTC (rev 8881) +++ trunk/drivers/ljii.c 2008-10-11 06:15:24 UTC (rev 8882) @@ -27,7 +27,7 @@ /* Function prototypes */ -PLDLLIMPEXP_DRIVER void plD_dispatch_init_ljii ( PLDispatchTable *pdt ); +void plD_dispatch_init_ljii ( PLDispatchTable *pdt ); void plD_init_ljii (PLStream *); void plD_line_ljii (PLStream *, short, short, short, short); Modified: trunk/drivers/ljiip.c =================================================================== --- trunk/drivers/ljiip.c 2008-10-11 06:10:19 UTC (rev 8881) +++ trunk/drivers/ljiip.c 2008-10-11 06:15:24 UTC (rev 8882) @@ -32,7 +32,7 @@ /* Function prototypes */ -PLDLLIMPEXP_DRIVER void plD_dispatch_init_ljiip ( PLDispatchTable *pdt ); +void plD_dispatch_init_ljiip ( PLDispatchTable *pdt ); void plD_init_ljiip (PLStream *); void plD_line_ljiip (PLStream *, short, short, short, short); Modified: trunk/drivers/mem.c =================================================================== --- trunk/drivers/mem.c 2008-10-11 06:10:19 UTC (rev 8881) +++ trunk/drivers/mem.c 2008-10-11 06:15:24 UTC (rev 8882) @@ -23,7 +23,7 @@ /* Device info */ PLDLLIMPEXP_DRIVER const char* plD_DEVICE_INFO_mem = "mem:User-supplied memory device:-1:mem:46:mem"; -PLDLLIMPEXP_DRIVER void plD_dispatch_init_mem ( PLDispatchTable *pdt ); +void plD_dispatch_init_mem ( PLDispatchTable *pdt ); void plD_init_mem (PLStream *); void plD_line_mem (PLStream *, short, short, short, short); Modified: trunk/drivers/ntk.c =================================================================== --- trunk/drivers/ntk.c 2008-10-11 06:10:19 UTC (rev 8881) +++ trunk/drivers/ntk.c 2008-10-11 06:15:24 UTC (rev 8882) @@ -37,7 +37,7 @@ PLDLLIMPEXP_DRIVER const char* plD_DEVICE_INFO_ntk = "ntk:New tk driver:1:ntk:43:ntk"; -PLDLLIMPEXP_DRIVER void plD_dispatch_init_ntk ( PLDispatchTable *pdt ); +void plD_dispatch_init_ntk ( PLDispatchTable *pdt ); void plD_init_ntk (PLStream *); void plD_line_ntk (PLStream *, short, short, short, short); Modified: trunk/drivers/null.c =================================================================== --- trunk/drivers/null.c 2008-10-11 06:10:19 UTC (rev 8881) +++ trunk/drivers/null.c 2008-10-11 06:15:24 UTC (rev 8882) @@ -12,7 +12,7 @@ /* Device info */ PLDLLIMPEXP_DRIVER const char* plD_DEVICE_INFO_null = "null:Null device:-1:null:42:null"; -PLDLLIMPEXP_DRIVER void plD_dispatch_init_null ( PLDispatchTable *pdt ); +void plD_dispatch_init_null ( PLDispatchTable *pdt ); void plD_init_null (PLStream *); void plD_line_null (PLStream *, short, short, short, short); Modified: trunk/drivers/pbm.c =================================================================== --- trunk/drivers/pbm.c 2008-10-11 06:10:19 UTC (rev 8881) +++ trunk/drivers/pbm.c 2008-10-11 06:15:24 UTC (rev 8882) @@ -17,7 +17,7 @@ PLDLLIMPEXP_DRIVER const char* plD_DEVICE_INFO_pbm = "pbm:PDB (PPM) Driver:0:pbm:38:pbm"; -PLDLLIMPEXP_DRIVER void plD_dispatch_init_pbm ( PLDispatchTable *pdt ); +void plD_dispatch_init_pbm ( PLDispatchTable *pdt ); void plD_init_pbm (PLStream *); void plD_line_pbm (PLStream *, short, short, short, short); Modified: trunk/drivers/pdf.c =================================================================== --- trunk/drivers/pdf.c 2008-10-11 06:10:19 UTC (rev 8881) +++ trunk/drivers/pdf.c 2008-10-11 06:15:24 UTC (rev 8882) @@ -103,7 +103,7 @@ static void process_string( PLStream *, EscText * ); /* PLplot interface functions */ -PLDLLIMPEXP_DRIVER void plD_dispatch_init_pdf (PLDispatchTable *pdt); +void plD_dispatch_init_pdf (PLDispatchTable *pdt); void plD_init_pdf (PLStream *); void plD_line_pdf (PLStream *, short, short, short, short); void plD_polyline_pdf (PLStream *, short *, short *, PLINT); Modified: trunk/drivers/plmeta.c =================================================================== --- trunk/drivers/plmeta.c 2008-10-11 06:10:19 UTC (rev 8881) +++ trunk/drivers/plmeta.c 2008-10-11 06:15:24 UTC (rev 8882) @@ -40,7 +40,7 @@ PLDLLIMPEXP_DRIVER const char* plD_DEVICE_INFO_plmeta = "plmeta:PLplot Native Meta-File:0:plmeta:26:plm"; -PLDLLIMPEXP_DRIVER void plD_dispatch_init_plm ( PLDispatchTable *pdt ); +void plD_dispatch_init_plm ( PLDispatchTable *pdt ); void plD_init_plm (PLStream *); void plD_line_plm (PLStream *, short, short, short, short); Modified: trunk/drivers/ps.c =================================================================== --- trunk/drivers/ps.c 2008-10-11 06:10:19 UTC (rev 8881) +++ trunk/drivers/ps.c 2008-10-11 06:15:24 UTC (rev 8882) @@ -49,15 +49,15 @@ /* Device info */ -PLDLLIMPEXP_DRIVER const char * plD_DEVICE_INFO_ps = +PLDLLIMPEXP_DRIVER const char* plD_DEVICE_INFO_ps = "ps:PostScript File (monochrome):0:ps:29:psm\n" "psc:PostScript File (color):0:ps:30:psc"; /* Prototypes for functions in this file. */ -PLDLLIMPEXP_DRIVER void plD_dispatch_init_psm ( PLDispatchTable *pdt ); -PLDLLIMPEXP_DRIVER void plD_dispatch_init_psc ( PLDispatchTable *pdt ); +void plD_dispatch_init_psm ( PLDispatchTable *pdt ); +void plD_dispatch_init_psc ( PLDispatchTable *pdt ); static char *ps_getdate (void); static void ps_init (PLStream *); Modified: trunk/drivers/pstex.c =================================================================== --- trunk/drivers/pstex.c 2008-10-11 06:10:19 UTC (rev 8881) +++ trunk/drivers/pstex.c 2008-10-11 06:15:24 UTC (rev 8882) @@ -32,7 +32,7 @@ "Color Postscript/LaTeX (color=1|0)"}, {NULL, DRV_INT, NULL, NULL}}; -PLDLLIMPEXP_DRIVER void plD_dispatch_init_pstex( PLDispatchTable *pdt ) +void plD_dispatch_init_pstex( PLDispatchTable *pdt ) { #ifndef ENABLE_DYNDRIVERS pdt->pl_MenuStr ="Combined Postscript/LaTeX files" ; Modified: trunk/drivers/psttf.cc =================================================================== --- trunk/drivers/psttf.cc 2008-10-11 06:10:19 UTC (rev 8881) +++ trunk/drivers/psttf.cc 2008-10-11 06:15:24 UTC (rev 8882) @@ -63,8 +63,8 @@ /* Prototypes for functions in this file. */ -PLDLLIMPEXP_DRIVER void plD_dispatch_init_psttfm ( PLDispatchTable *pdt ); -PLDLLIMPEXP_DRIVER void plD_dispatch_init_psttfc ( PLDispatchTable *pdt ); +void plD_dispatch_init_psttfm ( PLDispatchTable *pdt ); +void plD_dispatch_init_psttfc ( PLDispatchTable *pdt ); static char *ps_getdate (void); static void ps_init (PLStream *); Modified: trunk/drivers/svg.c =================================================================== --- trunk/drivers/svg.c 2008-10-11 06:10:19 UTC (rev 8881) +++ trunk/drivers/svg.c 2008-10-11 06:15:24 UTC (rev 8882) @@ -105,7 +105,7 @@ /* PLplot interface functions */ -PLDLLIMPEXP_DRIVER void plD_dispatch_init_svg (PLDispatchTable *pdt); +void plD_dispatch_init_svg (PLDispatchTable *pdt); void plD_init_svg (PLStream *); void plD_line_svg (PLStream *, short, short, short, short); void plD_polyline_svg (PLStream *, short *, short *, PLINT); Modified: trunk/drivers/tek.c =================================================================== --- trunk/drivers/tek.c 2008-10-11 06:10:19 UTC (rev 8881) +++ trunk/drivers/tek.c 2008-10-11 06:15:24 UTC (rev 8882) @@ -178,7 +178,7 @@ pdt->pl_esc = (plD_esc_fp) plD_esc_tek; } -PLDLLIMPEXP_DRIVER void plD_dispatch_init_xterm ( PLDispatchTable *pdt ) +void plD_dispatch_init_xterm ( PLDispatchTable *pdt ) { tek_dispatch_init_helper( pdt, "Xterm Window", "xterm", @@ -186,7 +186,7 @@ (plD_init_fp) plD_init_xterm ); } -PLDLLIMPEXP_DRIVER void plD_dispatch_init_tekt ( PLDispatchTable *pdt ) +void plD_dispatch_init_tekt ( PLDispatchTable *pdt ) { tek_dispatch_init_helper( pdt, "Tektronix Terminal (4010)", "tekt", @@ -194,7 +194,7 @@ (plD_init_fp) plD_init_tekt ); } -PLDLLIMPEXP_DRIVER void plD_dispatch_init_tek4107t ( PLDispatchTable *pdt ) +void plD_dispatch_init_tek4107t ( PLDispatchTable *pdt ) { tek_dispatch_init_helper( pdt, "Tektronix Terminal (4105/4107)", "tek4107t", @@ -202,7 +202,7 @@ (plD_init_fp) plD_init_tek4107t ); } -PLDLLIMPEXP_DRIVER void plD_dispatch_init_mskermit ( PLDispatchTable *pdt ) +void plD_dispatch_init_mskermit ( PLDispatchTable *pdt ) { tek_dispatch_init_helper( pdt, "MS-Kermit emulator", "mskermit", @@ -210,7 +210,7 @@ (plD_init_fp) plD_init_mskermit ); } -PLDLLIMPEXP_DRIVER void plD_dispatch_init_versaterm( PLDispatchTable *pdt ) +void plD_dispatch_init_versaterm( PLDispatchTable *pdt ) { tek_dispatch_init_helper( pdt, "Versaterm vt100/tek emulator", "versaterm", @@ -218,7 +218,7 @@ (plD_init_fp) plD_init_versaterm ); } -PLDLLIMPEXP_DRIVER void plD_dispatch_init_vlt ( PLDispatchTable *pdt ) +void plD_dispatch_init_vlt ( PLDispatchTable *pdt ) { tek_dispatch_init_helper( pdt, "VLT vt100/tek emulator", "vlt", @@ -226,7 +226,7 @@ (plD_init_fp) plD_init_vlt ); } -PLDLLIMPEXP_DRIVER void plD_dispatch_init_conex ( PLDispatchTable *pdt ) +void plD_dispatch_init_conex ( PLDispatchTable *pdt ) { tek_dispatch_init_helper( pdt, "Conex vt320/tek emulator", "conex", @@ -234,7 +234,7 @@ (plD_init_fp) plD_init_conex ); } -PLDLLIMPEXP_DRIVER void plD_dispatch_init_tekf ( PLDispatchTable *pdt ) +void plD_dispatch_init_tekf ( PLDispatchTable *pdt ) { tek_dispatch_init_helper( pdt, "Tektronix File (4010)", "tekf", @@ -242,7 +242,7 @@ (plD_init_fp) plD_init_tekf ); } -PLDLLIMPEXP_DRIVER void plD_dispatch_init_tek4107f ( PLDispatchTable *pdt ) +void plD_dispatch_init_tek4107f ( PLDispatchTable *pdt ) { tek_dispatch_init_helper( pdt, "Tektronix File (4105/4107)", "tek4107f", Modified: trunk/drivers/tk.c =================================================================== --- trunk/drivers/tk.c 2008-10-11 06:10:19 UTC (rev 8881) +++ trunk/drivers/tk.c 2008-10-11 06:15:24 UTC (rev 8882) @@ -89,7 +89,7 @@ /* Driver entry and dispatch setup */ -PLDLLIMPEXP_DRIVER void plD_dispatch_init_tk ( PLDispatchTable *pdt ); +void plD_dispatch_init_tk ( PLDispatchTable *pdt ); void plD_init_tk (PLStream *); void plD_line_tk (PLStream *, short, short, short, short); Modified: trunk/drivers/tkwin.c =================================================================== --- trunk/drivers/tkwin.c 2008-10-11 06:10:19 UTC (rev 8881) +++ trunk/drivers/tkwin.c 2008-10-11 06:15:24 UTC (rev 8882) @@ -202,7 +202,7 @@ static void StoreCmap1 (PLStream *pls); static void WaitForPage(PLStream *pls); -PLDLLIMPEXP_DRIVER void plD_dispatch_init_tkwin ( PLDispatchTable *pdt ); +void plD_dispatch_init_tkwin ( PLDispatchTable *pdt ); void plD_init_tkwin (PLStream *); void plD_line_tkwin (PLStream *, short, short, short, short); Modified: trunk/drivers/wingcc.c =================================================================== --- trunk/drivers/wingcc.c 2008-10-11 06:10:19 UTC (rev 8881) +++ trunk/drivers/wingcc.c 2008-10-11 06:15:24 UTC (rev 8882) @@ -112,7 +112,7 @@ } wingcc_Dev; -PLDLLIMPEXP_DRIVER void plD_dispatch_init_wingcc ( PLDispatchTable *pdt ); +void plD_dispatch_init_wingcc ( PLDispatchTable *pdt ); void plD_init_wingcc (PLStream *); void plD_line_wingcc (PLStream *, short, short, short, short); Modified: trunk/drivers/wxwidgets.cpp =================================================================== --- trunk/drivers/wxwidgets.cpp 2008-10-11 06:10:19 UTC (rev 8881) +++ trunk/drivers/wxwidgets.cpp 2008-10-11 06:15:24 UTC (rev 8882) @@ -101,7 +101,7 @@ * * Make driver functions known to plplot. \*--------------------------------------------------------------------------*/ -PLDLLIMPEXP_DRIVER void plD_dispatch_init_wxwidgets( PLDispatchTable *pdt ) +void plD_dispatch_init_wxwidgets( PLDispatchTable *pdt ) { #ifndef ENABLE_DYNDRIVERS pdt->pl_MenuStr = "wxWidgets DC"; Modified: trunk/drivers/xfig.c =================================================================== --- trunk/drivers/xfig.c 2008-10-11 06:10:19 UTC (rev 8881) +++ trunk/drivers/xfig.c 2008-10-11 06:15:24 UTC (rev 8882) @@ -14,7 +14,7 @@ /* Function prototypes */ -PLDLLIMPEXP_DRIVER void plD_dispatch_init_xfig ( PLDispatchTable *pdt ); +void plD_dispatch_init_xfig ( PLDispatchTable *pdt ); void plD_init_xfig (PLStream *); void plD_line_xfig (PLStream *, short, short, short, short); Modified: trunk/drivers/xwin.c =================================================================== --- trunk/drivers/xwin.c 2008-10-11 06:10:19 UTC (rev 8881) +++ trunk/drivers/xwin.c 2008-10-11 06:15:24 UTC (rev 8882) @@ -126,7 +126,7 @@ /* Driver entry and dispatch setup */ -PLDLLIMPEXP_DRIVER void plD_dispatch_init_xw ( PLDispatchTable *pdt ); +void plD_dispatch_init_xw ( PLDispatchTable *pdt ); void plD_init_xw (PLStream *); void plD_line_xw (PLStream *, short, short, short, short); Modified: trunk/drivers/xwinttf.c =================================================================== --- trunk/drivers/xwinttf.c 2008-10-11 06:10:19 UTC (rev 8881) +++ trunk/drivers/xwinttf.c 2008-10-11 06:15:24 UTC (rev 8882) @@ -126,7 +126,7 @@ /* PLplot interface functions */ -PLDLLIMPEXP_DRIVER void plD_dispatch_init_xwinttf (PLDispatchTable *pdt); +void plD_dispatch_init_xwinttf (PLDispatchTable *pdt); void plD_init_xwinttf (PLStream *); void plD_line_xwinttf (PLStream *, short, short, short, short); void plD_polyline_xwinttf (PLStream *, short *, short *, PLINT); This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site. |