summaryrefslogtreecommitdiff
path: root/tubes/inc/tubes/tubesdllapi.h
diff options
context:
space:
mode:
Diffstat (limited to 'tubes/inc/tubes/tubesdllapi.h')
-rw-r--r--tubes/inc/tubes/tubesdllapi.h16
1 files changed, 0 insertions, 16 deletions
diff --git a/tubes/inc/tubes/tubesdllapi.h b/tubes/inc/tubes/tubesdllapi.h
deleted file mode 100644
index ea1b70770277..000000000000
--- a/tubes/inc/tubes/tubesdllapi.h
+++ /dev/null
@@ -1,16 +0,0 @@
-/* -*- 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: */