Rename DLLIMPORT macro to PGDLLIMPORT to avoid conflict with
authorMagnus Hagander <magnus@hagander.net>
Wed, 25 Jul 2007 12:22:54 +0000 (12:22 +0000)
committerMagnus Hagander <magnus@hagander.net>
Wed, 25 Jul 2007 12:22:54 +0000 (12:22 +0000)
commit906b2e1b37d351fd54f4bcfd66167e14dbb51818
treec719d29366902e246d72dbee73790dc5647f3005
parent5cbb11928eef89df5993940eef6a35ceca5d67a3
Rename DLLIMPORT macro to PGDLLIMPORT to avoid conflict with
third party includes (like tcl) that define DLLIMPORT.
44 files changed:
src/backend/utils/mmgr/mcxt.c
src/include/access/gin.h
src/include/c.h
src/include/commands/explain.h
src/include/commands/vacuum.h
src/include/executor/spi.h
src/include/fmgr.h
src/include/miscadmin.h
src/include/nodes/nodes.h
src/include/optimizer/cost.h
src/include/optimizer/plancat.h
src/include/optimizer/planner.h
src/include/port/cygwin.h
src/include/port/win32.h
src/include/postgres.h
src/include/postmaster/syslogger.h
src/include/storage/buf_internals.h
src/include/storage/bufmgr.h
src/include/storage/freespace.h
src/include/storage/proc.h
src/include/storage/shmem.h
src/include/tcop/pquery.h
src/include/tcop/tcopprot.h
src/include/utils/builtins.h
src/include/utils/catcache.h
src/include/utils/elog.h
src/include/utils/guc.h
src/include/utils/memutils.h
src/include/utils/palloc.h
src/include/utils/resowner.h
src/include/utils/tqual.h
src/interfaces/ecpg/include/sqlca.h
src/interfaces/ecpg/test/expected/compat_informix-test_informix2.c
src/interfaces/ecpg/test/expected/preproc-init.c
src/interfaces/ecpg/test/expected/sql-array.c
src/interfaces/ecpg/test/expected/sql-code100.c
src/interfaces/ecpg/test/expected/sql-copystdout.c
src/interfaces/ecpg/test/expected/sql-define.c
src/interfaces/ecpg/test/expected/sql-dynalloc.c
src/interfaces/ecpg/test/expected/sql-dynalloc2.c
src/interfaces/ecpg/test/expected/sql-dyntest.c
src/interfaces/ecpg/test/expected/sql-indicators.c
src/port/copydir.c
src/port/dirmod.c