Sat Dec 30 21:13:30 2000 Jason Tishler * src/backend/utils/error/elog.c: Add conditional compilation to deal with sys_nerr/_sys_nerr inconsistencies. * src/backend/utils/error/exc.c: Ditto. * src/backend/utils/mmgr/mcxt.c: Add DLLIMPORT to TransactionCommandContext definition. * src/include/utils/memutils.h: Add DLLIMPORT to TransactionCommandContext declaration. * src/makefiles/Makefile.win: Remove -L$(libdir) from DLLLIBS to prevent linking with an old version (i.e., 7.0.3) of libpostgres.a. * src/utils/dllinit.c: Update to be consistent with Cygwin Net Release.