Location via proxy:   [ UP ]  
[Report a bug]   [Manage cookies]                
Skip to content

Commit a25221f

Browse files
committed
Remove mingwcompat.c
We believe that the issues that this was working around have been fixed in MinGW more than 5 years ago, so this isn't necessary anymore. Discussion: https://www.postgresql.org/message-id/flat/20190719050830.GK1859%40paquier.xyz
1 parent b64b857 commit a25221f

File tree

2 files changed

+1
-85
lines changed

2 files changed

+1
-85
lines changed

src/backend/port/win32/Makefile

+1-1
Original file line numberDiff line numberDiff line change
@@ -12,7 +12,7 @@ subdir = src/backend/port/win32
1212
top_builddir = ../../../..
1313
include $(top_builddir)/src/Makefile.global
1414

15-
OBJS = timer.o socket.o signal.o mingwcompat.o
15+
OBJS = timer.o socket.o signal.o
1616
ifeq ($(have_win32_dbghelp), yes)
1717
OBJS += crashdump.o
1818
endif

src/backend/port/win32/mingwcompat.c

-84
This file was deleted.

0 commit comments

Comments
 (0)