Add DLLAPI define for win
robs [Fri, 22 Jun 2001 14:27:06 +0000 (14:27 +0000)]
libfcgi/fcgio.cpp

index 379387c..c1b4367 100644 (file)
@@ -1,5 +1,5 @@
 //
-// $Id: fcgio.cpp,v 1.4 2001/06/20 16:08:51 robs Exp $
+// $Id: fcgio.cpp,v 1.5 2001/06/22 14:27:06 robs Exp $
 //
 // Allows you communicate with FastCGI streams using C++ iostream
 // objects
@@ -25,6 +25,9 @@
 
 /*------------------------------------------------------------------*/
 
+#ifdef _WIN32
+#define DLLAPI  __declspec(dllexport)
+#endif
 
 #include "fcgio.h"