diff options
| author | Andres Freund | 2022-08-07 16:36:01 +0000 |
|---|---|---|
| committer | Andres Freund | 2022-08-07 16:36:01 +0000 |
| commit | 9ddb870bd479c1e9cacc5605b7831a4df90fcbf5 (patch) | |
| tree | f1b4bcefdf168d60555be5129276164aee077fad /src/Makefile.global.in | |
| parent | 320f92b744b44f961e5d56f5f21de003e8027a7f (diff) | |
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
Diffstat (limited to 'src/Makefile.global.in')
| -rw-r--r-- | src/Makefile.global.in | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/src/Makefile.global.in b/src/Makefile.global.in index 14fdd4ef7b1..0625b60c434 100644 --- a/src/Makefile.global.in +++ b/src/Makefile.global.in @@ -547,9 +547,6 @@ host_cpu = @host_cpu@ # Backend stack size limit has to be hard-wired on Windows (it's in bytes) WIN32_STACK_RLIMIT=4194304 -# Set if we have a working win32 crashdump header -have_win32_dbghelp = @have_win32_dbghelp@ - DLSUFFIX = @DLSUFFIX@ # Pull in platform-specific magic |
