Revision: 44636
          http://brlcad.svn.sourceforge.net/brlcad/?rev=44636&view=rev
Author:   erikgreenwald
Date:     2011-05-19 19:23:33 +0000 (Thu, 19 May 2011)

Log Message:
-----------
export init functions for msvc

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-19 19:11:45 UTC (rev 44635)
+++ brlcad/trunk/src/adrt/isst_tcltk.c  2011-05-19 19:23:33 UTC (rev 44636)
@@ -622,6 +622,9 @@
     return TCL_OK;
 }
 
+#if defined(_WIN32) && !defined(__CYGWIN__) && defined(BRLCAD_DLL)
+#  __declspec(dllexport)
+#endif
 int
 Isst_Init(Tcl_Interp *interp)
 {
@@ -660,6 +663,9 @@
     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.

------------------------------------------------------------------------------
What Every C/C++ and Fortran developer Should Know!
Read this article and learn how Intel has extended the reach of its 
next-generation tools to help Windows* and Linux* C/C++ and Fortran 
developers boost performance applications - including clusters. 
http://p.sf.net/sfu/intel-dev2devmay
_______________________________________________
BRL-CAD Source Commits mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/brlcad-commits

Reply via email to