aboutsummaryrefslogtreecommitdiff
path: root/odb/sqlite/blob-stream.cxx
diff options
context:
space:
mode:
Diffstat (limited to 'odb/sqlite/blob-stream.cxx')
-rw-r--r--odb/sqlite/blob-stream.cxx7
1 files changed, 7 insertions, 0 deletions
diff --git a/odb/sqlite/blob-stream.cxx b/odb/sqlite/blob-stream.cxx
new file mode 100644
index 0000000..4bcedeb
--- /dev/null
+++ b/odb/sqlite/blob-stream.cxx
@@ -0,0 +1,7 @@
+// file : odb/sqlite/blob-stream.cxx
+// copyright : Copyright (c) 2005-2015 Code Synthesis Tools CC
+// license : GNU GPL v2; see accompanying LICENSE file
+
+#include <odb/sqlite/blob-stream.hxx>
+
+// Dummy source file to get Win32 DLL export working.