mirror of
https://github.com/DBD-SQLite/DBD-SQLite
synced 2025-06-06 13:48:55 -04:00
restored PERL_POLLUTE which was accidentally removed in the previous commit; it should be removed in the near future as perl 5.14 won't support it, but it seems helpful for older versions of DBI at least for now...
This commit is contained in:
parent
52205ff115
commit
fc22c6a339
1 changed files with 1 additions and 0 deletions
|
@ -5,6 +5,7 @@
|
|||
/************************************************************************
|
||||
DBI Specific Stuff - Added by Matt Sergeant
|
||||
************************************************************************/
|
||||
#define PERL_POLLUTE
|
||||
#define PERL_NO_GET_CONTEXT
|
||||
#include <EXTERN.h>
|
||||
#include <perl.h>
|
||||
|
|
Loading…
Add table
Reference in a new issue