diff options
| author | Magnus Hagander | 2007-07-25 12:22:54 +0000 |
|---|---|---|
| committer | Magnus Hagander | 2007-07-25 12:22:54 +0000 |
| commit | 906b2e1b37d351fd54f4bcfd66167e14dbb51818 (patch) | |
| tree | c719d29366902e246d72dbee73790dc5647f3005 /src/port | |
| parent | 5cbb11928eef89df5993940eef6a35ceca5d67a3 (diff) | |
Rename DLLIMPORT macro to PGDLLIMPORT to avoid conflict with
third party includes (like tcl) that define DLLIMPORT.
Diffstat (limited to 'src/port')
| -rw-r--r-- | src/port/copydir.c | 4 | ||||
| -rw-r--r-- | src/port/dirmod.c | 4 |
2 files changed, 4 insertions, 4 deletions
diff --git a/src/port/copydir.c b/src/port/copydir.c index 4310f2a7098..8e0601e6674 100644 --- a/src/port/copydir.c +++ b/src/port/copydir.c @@ -11,7 +11,7 @@ * as a service. * * IDENTIFICATION - * $PostgreSQL: pgsql/src/port/copydir.c,v 1.19 2007/01/05 22:20:02 momjian Exp $ + * $PostgreSQL: pgsql/src/port/copydir.c,v 1.20 2007/07/25 12:22:54 mha Exp $ * *------------------------------------------------------------------------- */ @@ -26,7 +26,7 @@ /* * On Windows, call non-macro versions of palloc; we can't reference - * CurrentMemoryContext in this file because of DLLIMPORT conflict. + * CurrentMemoryContext in this file because of PGDLLIMPORT conflict. */ #if defined(WIN32) || defined(__CYGWIN__) #undef palloc diff --git a/src/port/dirmod.c b/src/port/dirmod.c index beec1272ce8..4105ae7efec 100644 --- a/src/port/dirmod.c +++ b/src/port/dirmod.c @@ -10,7 +10,7 @@ * Win32 (NT, Win2k, XP). replace() doesn't work on Win95/98/Me. * * IDENTIFICATION - * $PostgreSQL: pgsql/src/port/dirmod.c,v 1.48 2007/07/12 23:28:49 tgl Exp $ + * $PostgreSQL: pgsql/src/port/dirmod.c,v 1.49 2007/07/25 12:22:54 mha Exp $ * *------------------------------------------------------------------------- */ @@ -45,7 +45,7 @@ /* * On Windows, call non-macro versions of palloc; we can't reference - * CurrentMemoryContext in this file because of DLLIMPORT conflict. + * CurrentMemoryContext in this file because of PGDLLIMPORT conflict. */ #if defined(WIN32) || defined(__CYGWIN__) #undef palloc |
