Fixed win32 dll-export
[libcds.git] / cds / gc / dhp.h
index 9f0387cdcf1df768de3a05a93539b5689a1658a9..2cf4645e87f39bf9d2e7f9da65c8ab0bbca6d39d 100644 (file)
@@ -594,7 +594,7 @@ namespace cds { namespace gc {
             static CDS_EXPORT_API void detach_thread();
 
             /// Get internal statistics
-            void statistics( stat& st );
+            CDS_EXPORT_API void statistics( stat& st );
 
         public: // for internal use only
             /// The main garbage collecting function
@@ -1520,8 +1520,7 @@ namespace cds { namespace gc {
             }
             \endcode
         */
-        static stat const& postmortem_statistics();
-
+        CDS_EXPORT_API static stat const& postmortem_statistics();
     };
 
 }} // namespace cds::gc