Hi Doug,
the following patch allows Apache::DB to be used on Win32 Systems:
In DB.xs wrap the SIGINT call at the last line inside a conditional, like:
#ifndef WIN32
if (ApacheSIGINT) (*ApacheSIGINT)(SIGINT);
#endif
Gerald
-------------------------------------------------------------
Gerald Richter ecos electronic communication services gmbh
Internetconnect * Webserver/-design/-datenbanken * Consulting
Post: Tulpenstrasse 5 D-55276 Dienheim b. Mainz
E-Mail: [EMAIL PROTECTED] Voice: +49 6133 925151
WWW: http://www.ecos.de Fax: +49 6133 925152
-------------------------------------------------------------