We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b64b857 commit a25221fCopy full SHA for a25221f
src/backend/port/win32/Makefile
@@ -12,7 +12,7 @@ subdir = src/backend/port/win32
12
top_builddir = ../../../..
13
include $(top_builddir)/src/Makefile.global
14
15
-OBJS = timer.o socket.o signal.o mingwcompat.o
+OBJS = timer.o socket.o signal.o
16
ifeq ($(have_win32_dbghelp), yes)
17
OBJS += crashdump.o
18
endif
src/backend/port/win32/mingwcompat.c
0 commit comments