summaryrefslogtreecommitdiff
path: root/tools/build/example/variant/libs/l.cpp
diff options
context:
space:
mode:
Diffstat (limited to 'tools/build/example/variant/libs/l.cpp')
-rw-r--r--tools/build/example/variant/libs/l.cpp9
1 files changed, 9 insertions, 0 deletions
diff --git a/tools/build/example/variant/libs/l.cpp b/tools/build/example/variant/libs/l.cpp
new file mode 100644
index 000000000..26cb4b1e6
--- /dev/null
+++ b/tools/build/example/variant/libs/l.cpp
@@ -0,0 +1,9 @@
+// Copyright Vladimir Prus 2002-2004.
+// Distributed under the Boost Software License, Version 1.0.
+// (See accompanying file LICENSE_1_0.txt
+// or copy at http://www.boost.org/LICENSE_1_0.txt)
+
+#ifdef _WIN32
+__declspec(dllexport)
+#endif
+void l() {}