diff options
Diffstat (limited to 'src/include/utils/mcxt.h')
| -rw-r--r-- | src/include/utils/mcxt.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/src/include/utils/mcxt.h b/src/include/utils/mcxt.h index 6db5619a926..cce6ec865b8 100644 --- a/src/include/utils/mcxt.h +++ b/src/include/utils/mcxt.h @@ -6,7 +6,7 @@ * * Copyright (c) 1994, Regents of the University of California * - * $Id: mcxt.h,v 1.13 1999/03/07 23:03:31 tgl Exp $ + * $Id: mcxt.h,v 1.14 1999/03/22 16:45:28 momjian Exp $ * *------------------------------------------------------------------------- */ @@ -22,7 +22,7 @@ typedef struct MemoryContextData *MemoryContext; typedef struct GlobalMemoryData *GlobalMemory; -extern MemoryContext CurrentMemoryContext; +extern DLLIMPORT MemoryContext CurrentMemoryContext; extern MemoryContext TopMemoryContext; |
