haven't had a chance to mangle the definition of DLLIMPORT (thanks again, perl guys).
* ENHANCEMENTS, OR MODIFICATIONS.
*
* IDENTIFICATION
- * $PostgreSQL: pgsql/src/pl/plperl/plperl.c,v 1.97 2005/12/28 18:34:16 tgl Exp $
+ * $PostgreSQL: pgsql/src/pl/plperl/plperl.c,v 1.98 2005/12/29 14:28:31 adunstan Exp $
*
**********************************************************************/
#include "miscadmin.h"
#include "mb/pg_wchar.h"
+/* define this before the perl headers get a chance to mangle DLLIMPORT */
+extern DLLIMPORT bool check_function_bodies;
+
/* perl stuff */
#include "EXTERN.h"
#include "perl.h"
#define pTHX void
#endif
-extern DLLIMPORT bool check_function_bodies;
-
/**********************************************************************
* The information we cache about loaded procedures