summaryrefslogtreecommitdiff
path: root/src/include/postgres.h
diff options
context:
space:
mode:
authorMagnus Hagander2007-07-25 12:22:54 +0000
committerMagnus Hagander2007-07-25 12:22:54 +0000
commit4ca75d8002c0ec40f6c88315ca366056cff4f9e3 (patch)
treeb046af93a7366c346fd734c9cb72b0666112a4fb /src/include/postgres.h
parent63a3c094e124be07123fed67758dda1c98a52409 (diff)
Rename DLLIMPORT macro to PGDLLIMPORT to avoid conflict with
third party includes (like tcl) that define DLLIMPORT.
Diffstat (limited to 'src/include/postgres.h')
-rw-r--r--src/include/postgres.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/include/postgres.h b/src/include/postgres.h
index 030738ced4..677d5359f1 100644
--- a/src/include/postgres.h
+++ b/src/include/postgres.h
@@ -650,7 +650,7 @@ extern Datum Float8GetDatum(float8 X);
* ----------------------------------------------------------------
*/
-extern DLLIMPORT bool assert_enabled;
+extern PGDLLIMPORT bool assert_enabled;
/*
* USE_ASSERT_CHECKING, if defined, turns on all the assertions.