]> granicus.if.org Git - postgresql/blobdiff - src/include/storage/proc.h
Add DLLIMPORT declarations needed by contrib modules.
[postgresql] / src / include / storage / proc.h
index de3d1d4e461c0014070b608887fe8350d417da5e..dd8171359991cd47e450e45223207b944e0d118a 100644 (file)
@@ -7,7 +7,7 @@
  * Portions Copyright (c) 1996-2002, PostgreSQL Global Development Group
  * Portions Copyright (c) 1994, Regents of the University of California
  *
- * $Id: proc.h,v 1.60 2002/09/04 20:31:45 momjian Exp $
+ * $Id: proc.h,v 1.61 2002/10/21 18:57:34 petere Exp $
  *
  *-------------------------------------------------------------------------
  */
@@ -73,7 +73,7 @@ struct PGPROC
 /* NOTE: "typedef struct PGPROC PGPROC" appears in storage/lock.h. */
 
 
-extern PGPROC *MyProc;
+extern DLLIMPORT PGPROC *MyProc;
 
 
 /*