summaryrefslogtreecommitdiffstats
path: root/winsup/w32api/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'winsup/w32api/ChangeLog')
-rw-r--r--winsup/w32api/ChangeLog7
1 files changed, 7 insertions, 0 deletions
diff --git a/winsup/w32api/ChangeLog b/winsup/w32api/ChangeLog
index ba9589bb5..cec0a4c31 100644
--- a/winsup/w32api/ChangeLog
+++ b/winsup/w32api/ChangeLog
@@ -1,5 +1,12 @@
2011-04-21 Chris Sutcliffe <ir0nh34d@users.sf.net>
+ * include/windef.h (PACKED): Remove macro.
+ * include/wincon.h: Replace PACKED macro with __attribute__((packed)).
+
+ Thanks to Keith Marshall for the fix.
+
+2011-04-21 Chris Sutcliffe <ir0nh34d@users.sf.net>
+
* include/imagehlp.h (PREAD_PROCESS_MEMORY_ROUTINE): Correct definition.
Thanks to Safety0ff for the report.