etc.c.sqlite3: Make global symbols __gshared.

This fixes linking errors on Linux/64 (possibly other configurations).
ld would complain about symbols being in TLS in D object files while
not being in TLS in libsqlite3.so.
This commit is contained in:
Vladimir Panteleev 2011-09-20 03:34:51 +02:00
parent d41084b16c
commit 8c8767933c

View file

@ -33,6 +33,7 @@ module etc.c.sqlite3;
*/
extern (C) {
__gshared:
/**
** CAPI3REF: Compile-Time Library Version Numbers