1
0
mirror of https://github.com/postgres/postgres.git synced 2025-09-02 04:21:28 +03:00

windows: Remove HAVE_MINIDUMP_TYPE test

We've relied on it being present for msvc for ages...

Reviewed-By: Thomas Munro <thomas.munro@gmail.com>
Discussion: https://postgr.es/m/20220807012914.ydz73yte6j3coulo@awork3.anarazel.de
This commit is contained in:
Andres Freund
2022-08-07 09:36:01 -07:00
parent 320f92b744
commit 9ddb870bd4
7 changed files with 2 additions and 48 deletions

View File

@@ -13,11 +13,9 @@ top_builddir = ../../../..
include $(top_builddir)/src/Makefile.global
OBJS = \
crashdump.o \
signal.o \
socket.o \
timer.o
ifeq ($(have_win32_dbghelp), yes)
OBJS += crashdump.o
endif
include $(top_srcdir)/src/backend/common.mk