From: robs Date: Fri, 22 Jun 2001 13:15:10 +0000 (+0000) Subject: Remove DLLAPI define. X-Git-Tag: 0.67_01~249 X-Git-Url: http://git.shadowcat.co.uk/gitweb/gitweb.cgi?a=commitdiff_plain;h=0a62d748ffef3391eecdba71490fceb50e6a9d30;p=catagits%2Ffcgi2.git Remove DLLAPI define. Change fcgiapp.h include from sytem to local. --- diff --git a/include/fcgio.h b/include/fcgio.h index dfe55ac..f46639b 100644 --- a/include/fcgio.h +++ b/include/fcgio.h @@ -1,5 +1,5 @@ // -// $Id: fcgio.h,v 1.4 2001/06/20 16:05:55 robs Exp $ +// $Id: fcgio.h,v 1.5 2001/06/22 13:15:10 robs Exp $ // // Allows you communicate with FastCGI streams using C++ iostream // objects @@ -211,13 +211,9 @@ int main(void) #include -#ifdef _WIN32 -#define DLLAPI __declspec(dllexport) -#endif +#include "fcgiapp.h" -#include - -// we aren't pulling from the heap, so it is best not o make it too big +// we aren't pulling from the heap, so it is best not to make it too big #define FCGIO_BUFSIZE 200 // FastCGI streambuf replacement. Implements low level I/O to the