Skip to content

Commit 4b8c123

Browse files
committed
sync gdb _WIN32_WINNT patch
1 parent ff1c176 commit 4b8c123

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

specs/patches/gdb-0002-Fix-using-gnu-print.patch

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -69,7 +69,7 @@ diff --git a/gdbsupport/common-defs.h b/gdbsupport/common-defs.h
6969
index 72c1c5144f3..ccf440baf0c 100644
7070
--- gdbsupport/common-defs.h
7171
+++ gdbsupport/common-defs.h
72-
@@ -75,12 +75,12 @@
72+
@@ -83,11 +83,11 @@
7373
NOTE: this must be kept in sync with common.m4. */
7474
#if defined (__MINGW32__) || defined (__CYGWIN__)
7575
# ifdef _WIN32_WINNT
@@ -89,7 +89,7 @@ diff --git a/gdbsupport/common.m4 b/gdbsupport/common.m4
8989
index 3909ec81ccb..118dba78815 100644
9090
--- gdbsupport/common.m4
9191
+++ gdbsupport/common.m4
92-
@@ -103,12 +103,12 @@ AC_DEFUN([GDB_AC_COMMON], [
92+
@@ -133,12 +133,12 @@ AC_DEFUN([GDB_AC_COMMON], [
9393
dnl NOTE: this must be kept in sync with common-defs.h.
9494
[[#if defined (__MINGW32__) || defined (__CYGWIN__)
9595
# ifdef _WIN32_WINNT

0 commit comments

Comments
 (0)