Revision: 57084
http://sourceforge.net/p/brlcad/code/57084
Author: starseeker
Date: 2013-08-23 02:14:41 +0000 (Fri, 23 Aug 2013)
Log Message:
-----------
Take a stab at exporting the orderedAttrs functions for Windows.
Modified Paths:
--------------
brlcad/trunk/src/other/stepcode/include/ordered_attrs.h
Modified: brlcad/trunk/src/other/stepcode/include/ordered_attrs.h
===================================================================
--- brlcad/trunk/src/other/stepcode/include/ordered_attrs.h 2013-08-22
21:06:24 UTC (rev 57083)
+++ brlcad/trunk/src/other/stepcode/include/ordered_attrs.h 2013-08-23
02:14:41 UTC (rev 57084)
@@ -1,6 +1,7 @@
#include <express/entity.h>
#include <express/variable.h>
+#include "sc_export.h"
#ifdef __cplusplus
@@ -15,13 +16,13 @@
} orderedAttr;
///set the entity we're working on, init working variables
-void orderedAttrsInit( Entity e );
+extern SC_EXPRESS_EXPORT void orderedAttrsInit( Entity e );
///free memory
-void orderedAttrsCleanup();
+extern SC_EXPRESS_EXPORT void orderedAttrsCleanup();
///get next attr; not thread safe (as if the rest of libexpress is)
-const orderedAttr * nextAttr();
+extern SC_EXPRESS_EXPORT const orderedAttr * nextAttr();
#ifdef __cplusplus
}
This was sent by the SourceForge.net collaborative development platform, the
world's largest Open Source development site.
------------------------------------------------------------------------------
Introducing Performance Central, a new site from SourceForge and
AppDynamics. Performance Central is your source for news, insights,
analysis and resources for efficient Application Performance Management.
Visit us today!
http://pubads.g.doubleclick.net/gampad/clk?id=48897511&iu=/4140/ostg.clktrk
_______________________________________________
BRL-CAD Source Commits mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/brlcad-commits