mirror of
https://github.com/postgres/postgres.git
synced 2025-07-27 12:41:57 +03:00
Reorganize Win32 includes to only include <port.h> after system includes
under Win32. Also fix other compile issues.
This commit is contained in:
3
configure
vendored
3
configure
vendored
@ -11397,7 +11397,8 @@ esac
|
||||
# Win32 can't to rename or unlink on an open file
|
||||
case $host_os in mingw*)
|
||||
LIBOBJS="$LIBOBJS dirmod.$ac_objext"
|
||||
LIBOBJS="$LIBOBJS copydir.$ac_objext" ;;
|
||||
LIBOBJS="$LIBOBJS copydir.$ac_objext"
|
||||
LIBOBJS="$LIBOBJS gettimeofday.$ac_objext" ;;
|
||||
esac
|
||||
|
||||
if test "$with_readline" = yes; then
|
||||
|
Reference in New Issue
Block a user