File tree 2 files changed +7
-3
lines changed
2 files changed +7
-3
lines changed Original file line number Diff line number Diff line change 13
13
* Portions Copyright (c) 1996-2004, PostgreSQL Global Development Group
14
14
* Portions Copyright (c) 1994, Regents of the University of California
15
15
*
16
- * $PostgreSQL: pgsql/src/include/miscadmin.h,v 1.171 2004/10/18 19:08:57 momjian Exp $
16
+ * $PostgreSQL: pgsql/src/include/miscadmin.h,v 1.172 2004/10/22 22:33:58 tgl Exp $
17
17
*
18
18
* NOTES
19
19
* some of the information in this file should be moved to other files.
@@ -136,7 +136,7 @@ extern struct Port *MyProcPort;
136
136
extern long MyCancelKey ;
137
137
138
138
extern char OutputFileName [];
139
- extern char my_exec_path [];
139
+ extern DLLIMPORT char my_exec_path [];
140
140
extern char pkglib_path [];
141
141
142
142
#ifdef EXEC_BACKEND
Original file line number Diff line number Diff line change 1
- # $PostgreSQL: pgsql/src/makefiles/Makefile.win32,v 1.3 2003/11/29 19:52:12 pgsql Exp $
1
+ # $PostgreSQL: pgsql/src/makefiles/Makefile.win32,v 1.4 2004/10/22 22:33:58 tgl Exp $
2
2
3
3
# Use replacement include files for those missing on Win32
4
4
override CPPFLAGS+="-I$(top_srcdir)/src/include/port/win32"
@@ -23,6 +23,10 @@ override CPPFLAGS+= -DBUILDING_DLL
23
23
endif
24
24
endif
25
25
26
+ ifneq (,$(findstring timezone,$(subdir)))
27
+ override CPPFLAGS+= -DBUILDING_DLL
28
+ endif
29
+
26
30
ifneq (,$(findstring ecpg/lib,$(subdir)))
27
31
override CPPFLAGS+= -DBUILDING_DLL
28
32
endif
You can’t perform that action at this time.
0 commit comments