> /* Temporarily disable .dll, to avoid conflicts between sqlite3.dll
>
> and the sqlite3 package. If this needs to be reverted for 2.5,
>
> some other solution for the naming conflict must be found.
>
>
>
> This temporary fix seems to have been forgotten. Isn‘t it time it
I was surprised when 2.5 stopped importing our custom modules.
So, I found this in dyload_win.c:
/* Temporarily disable .dll, to avoid conflicts between sqlite3.dll
and the sqlite3 package. If this needs to be reverted for 2.5,
some other solution for the naming conflict must be