|
7 | 7 | * Portions Copyright (c) 1996-2002, PostgreSQL Global Development Group |
8 | 8 | * Portions Copyright (c) 1994, Regents of the University of California |
9 | 9 | * |
10 | | - * $Id: elog.h,v 1.42 2003/05/15 16:35:29 momjian Exp $ |
| 10 | + * $Id: elog.h,v 1.43 2003/05/22 17:20:43 petere Exp $ |
11 | 11 | * |
12 | 12 | *------------------------------------------------------------------------- |
13 | 13 | */ |
@@ -264,7 +264,7 @@ typedef struct ErrorContextCallback |
264 | 264 | void*arg; |
265 | 265 | }ErrorContextCallback; |
266 | 266 |
|
267 | | -externErrorContextCallback*error_context_stack; |
| 267 | +externDLLIMPORTErrorContextCallback*error_context_stack; |
268 | 268 |
|
269 | 269 |
|
270 | 270 | /* GUC-configurable parameters */ |
|