diff options
author | Chris Sutcliffe <ir0nh34d@users.sourceforge.net> | 2011-04-22 00:10:07 +0000 |
---|---|---|
committer | Chris Sutcliffe <ir0nh34d@users.sourceforge.net> | 2011-04-22 00:10:07 +0000 |
commit | 8ba4144d501d622c5612417ef3c6929d47aa2f87 (patch) | |
tree | 13ce5d9d32832a1536f249772eb5a13203b0e2dc /winsup/w32api/ChangeLog | |
parent | a491557a5539ce0f93797e7ab25ce471216006a7 (diff) | |
download | cygnal-8ba4144d501d622c5612417ef3c6929d47aa2f87.tar.gz cygnal-8ba4144d501d622c5612417ef3c6929d47aa2f87.tar.bz2 cygnal-8ba4144d501d622c5612417ef3c6929d47aa2f87.zip |
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.
Diffstat (limited to 'winsup/w32api/ChangeLog')
-rw-r--r-- | winsup/w32api/ChangeLog | 7 |
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. |