]> git.tdb.fi Git - libs/core.git/blobdiff - source/core/semaphore.h
Add decorations for things which are considered part of the API
[libs/core.git] / source / core / semaphore.h
index 28c3b3d72cb8f009fd4474cfa73ab586db1a1d02..f5042892a1825bf1650f16e8ad93f833790f90a3 100644 (file)
@@ -2,11 +2,12 @@
 #define MSP_CORE_SEMAPHORE_H_
 
 #include <msp/time/timedelta.h>
+#include "mspcore_api.h"
 #include "noncopyable.h"
 
 namespace Msp {
 
-class Semaphore: private NonCopyable
+class MSPCORE_API Semaphore: private NonCopyable
 {
 private:
        struct Private;