summaryrefslogtreecommitdiff
path: root/src/include/executor
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/executor
parentf7430af9342c8d02b6d0edde50c2035672808d1a (diff)
Changes to fix/improve the dynamic loading on NT
From: Horak Daniel <horak@mmp.plzen-city.cz>
Diffstat (limited to 'src/include/executor')
-rw-r--r--src/include/executor/spi.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/src/include/executor/spi.h b/src/include/executor/spi.h
index cc72cddc903..104bf24aac4 100644
--- a/src/include/executor/spi.h
+++ b/src/include/executor/spi.h
@@ -66,9 +66,9 @@ typedef struct
#define SPI_OK_UPDATE 9
#define SPI_OK_CURSOR 10
-extern uint32 SPI_processed;
-extern SPITupleTable *SPI_tuptable;
-extern int SPI_result;
+extern DLLIMPORT uint32 SPI_processed;
+extern DLLIMPORT SPITupleTable *SPI_tuptable;
+extern DLLIMPORT int SPI_result;
extern int SPI_connect(void);
extern int SPI_finish(void);