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 711b066c6..79892af2a 100644
--- a/winsup/w32api/ChangeLog
+++ b/winsup/w32api/ChangeLog
@@ -1,3 +1,10 @@
+2012-08-08 Earnie Boyd <earnie@users.sourceforge.net>
+
+ * lib/kernel32.def (InterlockedDecrement): Remove the @BYTE count since
+ we now declare it as __cdecl.
+ (InterlockedIncrement): Ditto.
+ (InterlockedExchange): Ditto.
+
2012-08-06 Earnie Boyd <earnie@users.sourceforge.net>
* include/winnt.h (MemoryBarrier): Define to __mingworg_MemoryBarrier()