summaryrefslogtreecommitdiffstats
path: root/include/tubes/tubesdllapi.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/tubes/tubesdllapi.h')
-rw-r--r--include/tubes/tubesdllapi.h16
1 files changed, 16 insertions, 0 deletions
diff --git a/include/tubes/tubesdllapi.h b/include/tubes/tubesdllapi.h
new file mode 100644
index 000000000000..ea1b70770277
--- /dev/null
+++ b/include/tubes/tubesdllapi.h
@@ -0,0 +1,16 @@
+/* -*- Mode: C++; tab-width: 4; indent-tabs-mode: nil; c-basic-offset: 4 -*- */
+#ifndef INCLUDED_TUBESDLLAPI_H
+#define INCLUDED_TUBESDLLAPI_H
+
+#include "sal/types.h"
+
+#if defined(TUBES_DLLIMPLEMENTATION)
+#define TUBES_DLLPUBLIC SAL_DLLPUBLIC_EXPORT
+#else
+#define TUBES_DLLPUBLIC SAL_DLLPUBLIC_IMPORT
+#endif
+#define TUBES_DLLPRIVATE SAL_DLLPRIVATE
+
+#endif /* INCLUDED_TUBESDLLAPI_H */
+
+/* vim:set shiftwidth=4 softtabstop=4 expandtab: */