1
0
mirror of https://github.com/postgres/postgres.git synced 2025-07-27 12:41:57 +03:00

Prepare code to be built by MSVC:

o  remove many WIN32_CLIENT_ONLY defines
	o  add WIN32_ONLY_COMPILER define
	o  add 3rd argument to open() for portability
	o  add include/port/win32_msvc directory for
	   system includes

Magnus Hagander
This commit is contained in:
Bruce Momjian
2006-06-07 22:24:46 +00:00
parent 877e296306
commit 399a36a75d
49 changed files with 1154 additions and 220 deletions

8
configure vendored
View File

@ -15064,6 +15064,14 @@ case $LIBOBJS in
*) LIBOBJS="$LIBOBJS rand.$ac_objext" ;;
esac
case $LIBOBJS in
"win32error.$ac_objext" | \
*" win32error.$ac_objext" | \
"win32error.$ac_objext "* | \
*" win32error.$ac_objext "* ) ;;
*) LIBOBJS="$LIBOBJS win32error.$ac_objext" ;;
esac
cat >>confdefs.h <<\_ACEOF
#define HAVE_SYMLINK 1