aboutsummaryrefslogtreecommitdiffstats
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/ChangeLog2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index 93d2b447cd5..a676dd8f160 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -2,6 +2,8 @@
2 2
3 * w32.c (_PROCESS_MEMORY_COUNTERS_EX) [_WIN32_WINNT < 0x0500]: 3 * w32.c (_PROCESS_MEMORY_COUNTERS_EX) [_WIN32_WINNT < 0x0500]:
4 Define only for _WIN32_WINNT less than 0x0500. 4 Define only for _WIN32_WINNT less than 0x0500.
5 (_ANONYMOUS_UNION, _ANONYMOUS_STRUCT) [!_W64]: Don't define for
6 MinGW64.
5 7
6 Fix incompatibilities between MinGW.org and MinGW64 headers. 8 Fix incompatibilities between MinGW.org and MinGW64 headers.
7 * w32term.c (WCRANGE, GLYPHSET): Don't define if _W64 is defined. 9 * w32term.c (WCRANGE, GLYPHSET): Don't define if _W64 is defined.