Remove #undef DLLAPI - not needed anymore
robs [Fri, 22 Jun 2001 14:38:59 +0000 (14:38 +0000)]
libfcgi/fcgiapp.c

index da1fba8..2e10387 100644 (file)
@@ -11,7 +11,7 @@
  *
  */
 #ifndef lint
-static const char rcsid[] = "$Id: fcgiapp.c,v 1.26 2001/06/22 14:21:03 robs Exp $";
+static const char rcsid[] = "$Id: fcgiapp.c,v 1.27 2001/06/22 14:38:59 robs Exp $";
 #endif /* not lint */
 
 #include <assert.h>
@@ -44,7 +44,6 @@ static const char rcsid[] = "$Id: fcgiapp.c,v 1.26 2001/06/22 14:21:03 robs Exp
 #endif
 
 #ifdef _WIN32
-#undef DLLAPI
 #define DLLAPI  __declspec(dllexport)
 #endif