From: Tom Lane Date: Wed, 19 Jun 2002 13:46:09 +0000 (+0000) Subject: CacheMemoryContext should be DLLIMPORT. X-Git-Url: http://git.postgresql.org/gitweb/static/gitweb.js?a=commitdiff_plain;h=2c2da5817e5e2fc6bd74b53b78714aa894a15371;p=users%2Fbernd%2Fpostgres.git CacheMemoryContext should be DLLIMPORT. --- diff --git a/src/include/utils/catcache.h b/src/include/utils/catcache.h index 7c06a2706e..4bb70db4c3 100644 --- a/src/include/utils/catcache.h +++ b/src/include/utils/catcache.h @@ -155,7 +155,7 @@ typedef struct catcacheheader /* this extern duplicates utils/memutils.h... */ -extern MemoryContext CacheMemoryContext; +extern DLLIMPORT MemoryContext CacheMemoryContext; extern void CreateCacheMemoryContext(void); extern void AtEOXact_CatCache(bool isCommit);