|
10 | 10 | * Portions Copyright (c) 1996-2000, PostgreSQL, Inc
|
11 | 11 | * Portions Copyright (c) 1994, Regents of the University of California
|
12 | 12 | *
|
13 |
| - * $Id: memutils.h,v 1.39 2001/01/11 23:28:34 petere Exp $ |
| 13 | + * $Id: memutils.h,v 1.40 2001/01/22 00:18:13 tgl Exp $ |
14 | 14 | *
|
15 | 15 | *-------------------------------------------------------------------------
|
16 | 16 | */
|
@@ -63,12 +63,12 @@ typedef struct StandardChunkHeader
|
63 | 63 | * Only TopMemoryContext and ErrorContext are initialized by
|
64 | 64 | * MemoryContextInit() itself.
|
65 | 65 | */
|
66 |
| -externMemoryContextTopMemoryContext; |
67 |
| -externMemoryContextErrorContext; |
68 |
| -externMemoryContextPostmasterContext; |
69 |
| -externMemoryContextCacheMemoryContext; |
70 |
| -externMemoryContextQueryContext; |
71 |
| -externMemoryContextTopTransactionContext; |
| 66 | +externDLLIMPORTMemoryContextTopMemoryContext; |
| 67 | +externDLLIMPORTMemoryContextErrorContext; |
| 68 | +externDLLIMPORTMemoryContextPostmasterContext; |
| 69 | +externDLLIMPORTMemoryContextCacheMemoryContext; |
| 70 | +externDLLIMPORTMemoryContextQueryContext; |
| 71 | +externDLLIMPORTMemoryContextTopTransactionContext; |
72 | 72 | externDLLIMPORTMemoryContextTransactionCommandContext;
|
73 | 73 |
|
74 | 74 |
|
|