aboutsummaryrefslogtreecommitdiff
path: root/src/include/commands/trigger.h
diff options
context:
space:
mode:
authorMarc G. Fournier <scrappy@hub.org>1999-03-09 13:39:15 +0000
committerMarc G. Fournier <scrappy@hub.org>1999-03-09 13:39:15 +0000
commitf34240de0639dcaee3778c10bd860883aa88c5dc (patch)
treeb1e2f2e5c11ddab8703812ace879e3f6f6cf92c5 /src/include/commands/trigger.h
parentf7430af9342c8d02b6d0edde50c2035672808d1a (diff)
downloadpostgresql-f34240de0639dcaee3778c10bd860883aa88c5dc.tar.gz
postgresql-f34240de0639dcaee3778c10bd860883aa88c5dc.zip
Changes to fix/improve the dynamic loading on NT
From: Horak Daniel <horak@mmp.plzen-city.cz>
Diffstat (limited to 'src/include/commands/trigger.h')
-rw-r--r--src/include/commands/trigger.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/include/commands/trigger.h b/src/include/commands/trigger.h
index f96221f6e6a..89e13188ea9 100644
--- a/src/include/commands/trigger.h
+++ b/src/include/commands/trigger.h
@@ -26,7 +26,7 @@ typedef struct TriggerData
Trigger *tg_trigger;
} TriggerData;
-extern TriggerData *CurrentTriggerData;
+extern DLLIMPORT TriggerData *CurrentTriggerData;
#define TRIGGER_EVENT_INSERT 0x00000000
#define TRIGGER_EVENT_DELETE 0x00000001