Add DLL_EXPORT
authorStefan Vogel <sv@exept.de>
Fri, 12 Jan 2007 20:17:30 +0100
changeset 2280 6a0732895c01
parent 2279 c66dfc3900b8
child 2281 f7b9aed0515a
Add DLL_EXPORT
libInit.cc
--- a/libInit.cc	Thu Jan 11 19:20:57 2007 +0100
+++ b/libInit.cc	Fri Jan 12 20:17:30 2007 +0100
@@ -1,5 +1,5 @@
 /*
- * $Header: /cvs/stx/stx/libview2/libInit.cc,v 1.43 2006-10-10 20:11:11 cg Exp $
+ * $Header: /cvs/stx/stx/libview2/libInit.cc,v 1.44 2007-01-12 19:17:30 stefan Exp $
  *
  * DO NOT EDIT 
  * automagically generated from the projectDefinition: stx_libview2.
@@ -18,7 +18,7 @@
 # endif /* not GNUC */
 #endif /* not WIN32 */
 #ifdef INIT_TEXT_SECT
-extern void _libstx_libview2_Init() INIT_TEXT_SECT;
+DLL_EXPORT extern void _libstx_libview2_Init() INIT_TEXT_SECT;
 #endif
 void _libstx_libview2_Init(pass, __pRT__, snd)
 OBJ snd; struct __vmData__ *__pRT__; {