From: Marko Kreen Date: Mon, 28 Jul 2008 13:01:56 +0000 (+0000) Subject: use PGDLLIMPORT instead __attribute__ X-Git-Tag: plproxy_2_0_6~7 X-Git-Url: http://git.postgresql.org/gitweb/static/%7B%7Bpgdulink%28?a=commitdiff_plain;h=97289c30ed7529434a969e9639470c20c97c1bbd;p=plproxy.git use PGDLLIMPORT instead __attribute__ --- diff --git a/src/scanner.l b/src/scanner.l index a87ccda..f5e9c40 100644 --- a/src/scanner.l +++ b/src/scanner.l @@ -28,7 +28,7 @@ #ifndef WIN32 #include #else -__attribute__((dllimport)) extern bool standard_conforming_strings; +extern PGDLLIMPORT bool standard_conforming_strings; #endif