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 b37fc77 commit 9028c8aCopy full SHA for 9028c8a
src/windbg.cpp
@@ -4,7 +4,7 @@
4
// accompanying file LICENSE_1_0.txt or copy at
5
// http://www.boost.org/LICENSE_1_0.txt)
6
7
-#if defined(__CYGWIN__) && !defined(_GNU_SOURCE)
+#ifndef _GNU_SOURCE
8
# define _GNU_SOURCE
9
#endif
10
src/windbg_cached.cpp
0 commit comments