OSDN Git Service

2007-10-31 Dave Brolley <brolley@redhat.com>
authorbrolley <brolley>
Wed, 31 Oct 2007 14:48:04 +0000 (14:48 +0000)
committerbrolley <brolley>
Wed, 31 Oct 2007 14:48:04 +0000 (14:48 +0000)
        * components.cxx (mepfamily_component_library): Correct DLLEXPORT
        specification.

sid/component/families/mep/ChangeLog
sid/component/families/mep/components.cxx

index cb77a32..fb7e2d6 100644 (file)
@@ -1,3 +1,8 @@
+2007-10-31  Dave Brolley  <brolley@redhat.com>
+
+        * components.cxx (mepfamily_component_library): Correct DLLEXPORT
+       specification.
+
 2006-11-07  Dave Brolley  <brolley@redhat.com>
 
        * toshapi.h (toshapi_component): Do not qualify relationship_names.
index 26e4166..77918e8 100644 (file)
@@ -112,9 +112,9 @@ compMepFamilyDelete(component* c)
   // end-toshapi-destructors
 }
 
-extern const component_library mepfamily_component_library;
+DLLEXPORT extern const component_library mepfamily_component_library;
 
-const component_library mepfamily_component_library DLLEXPORT =
+const component_library mepfamily_component_library =
 {
   COMPONENT_LIBRARY_MAGIC,
   &compMepFamilyListTypes,