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:
8
configure
vendored
8
configure
vendored
@ -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
|
||||
|
Reference in New Issue
Block a user