Revision: 44674
          http://brlcad.svn.sourceforge.net/brlcad/?rev=44674&view=rev
Author:   starseeker
Date:     2011-05-24 20:24:12 +0000 (Tue, 24 May 2011)

Log Message:
-----------
Use TIE_EXPORT instead of manually calling out the _declspec statements in the 
.c file (VS2010 Express doesn't seem to like that...)

Modified Paths:
--------------
    brlcad/trunk/src/adrt/isst_tcltk.c

Modified: brlcad/trunk/src/adrt/isst_tcltk.c
===================================================================
--- brlcad/trunk/src/adrt/isst_tcltk.c  2011-05-24 19:32:11 UTC (rev 44673)
+++ brlcad/trunk/src/adrt/isst_tcltk.c  2011-05-24 20:24:12 UTC (rev 44674)
@@ -48,6 +48,9 @@
 #include <string.h>
 #endif
 
+/* ISST functions */
+TIE_EXPORT BU_EXTERN(int (Issttcltk_Init), (Tcl_Interp *interp));
+
 void resize_isst(struct isst_s *);
 
 /* new window size or exposure */
@@ -622,9 +625,6 @@
     return TCL_OK;
 }
 
-#if defined(_WIN32) && !defined(__CYGWIN__) && defined(BRLCAD_DLL)
-#  __declspec(dllexport)
-#endif
 int
 Isst_Init(Tcl_Interp *interp)
 {
@@ -663,9 +663,6 @@
     return TCL_OK;
 }
 
-#if defined(_WIN32) && !defined(__CYGWIN__) && defined(BRLCAD_DLL)
-#  __declspec(dllexport)
-#endif
 int
 Issttcltk_Init(Tcl_Interp *interp)
 {


This was sent by the SourceForge.net collaborative development platform, the 
world's largest Open Source development site.

------------------------------------------------------------------------------
vRanger cuts backup time in half-while increasing security.
With the market-leading solution for virtual backup and recovery, 
you get blazing-fast, flexible, and affordable data protection.
Download your free trial now. 
http://p.sf.net/sfu/quest-d2dcopy1
_______________________________________________
BRL-CAD Source Commits mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/brlcad-commits

Reply via email to