summaryrefslogtreecommitdiffstats
path: root/src/coroutine.h
diff options
context:
space:
mode:
authorChristian Kamm <christian.d.kamm@nokia.com>2010-03-25 10:24:52 +0100
committerChristian Kamm <christian.d.kamm@nokia.com>2010-03-26 13:05:03 +0100
commit4eefefed7f4ceae137fb5173cff5a484ca830af0 (patch)
tree0e850feb2205d79c520b8608571abca836608e94 /src/coroutine.h
parent3e5ad834d770909642b70589d24c6b7a4103048e (diff)
Export symbols correctly.
Diffstat (limited to 'src/coroutine.h')
-rw-r--r--src/coroutine.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/src/coroutine.h b/src/coroutine.h
index 87a448a..bd33c4e 100644
--- a/src/coroutine.h
+++ b/src/coroutine.h
@@ -1,7 +1,9 @@
#ifndef INCLUDE_COROUTINE_H
#define INCLUDE_COROUTINE_H
-class Coroutine
+#include "coroutine_global.h"
+
+class COROUTINE_EXPORT Coroutine
{
public:
enum Status