1
0
mirror of https://github.com/postgres/postgres.git synced 2025-07-31 22:04:40 +03:00

Add DLLIMPORT declarations needed by contrib modules.

This commit is contained in:
Peter Eisentraut
2002-10-21 18:57:35 +00:00
parent 0530d7a24b
commit de9d7f4bd5
5 changed files with 8 additions and 11 deletions

View 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;
/*