mirror of
https://github.com/postgres/postgres.git
synced 2025-11-04 20:11:56 +03:00
Fix compilation on Cygwin.
This commit is contained in:
@@ -7,7 +7,7 @@
|
||||
* Portions Copyright (c) 1996-2002, PostgreSQL Global Development Group
|
||||
* Portions Copyright (c) 1994, Regents of the University of California
|
||||
*
|
||||
* $Id: elog.h,v 1.42 2003/05/15 16:35:29 momjian Exp $
|
||||
* $Id: elog.h,v 1.43 2003/05/22 17:20:43 petere Exp $
|
||||
*
|
||||
*-------------------------------------------------------------------------
|
||||
*/
|
||||
@@ -264,7 +264,7 @@ typedef struct ErrorContextCallback
|
||||
void *arg;
|
||||
} ErrorContextCallback;
|
||||
|
||||
extern ErrorContextCallback *error_context_stack;
|
||||
extern DLLIMPORT ErrorContextCallback *error_context_stack;
|
||||
|
||||
|
||||
/* GUC-configurable parameters */
|
||||
|
||||
Reference in New Issue
Block a user