Welcome to mirror list, hosted at ThFree Co, Russian Federation.

cygwin.com/git/newlib-cygwin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'winsup/w32api/ChangeLog')
-rw-r--r--winsup/w32api/ChangeLog13
1 files changed, 13 insertions, 0 deletions
diff --git a/winsup/w32api/ChangeLog b/winsup/w32api/ChangeLog
index 79892af2a..1b4dec611 100644
--- a/winsup/w32api/ChangeLog
+++ b/winsup/w32api/ChangeLog
@@ -1,3 +1,16 @@
+2012-08-10 Earnie Boyd <earnie@users.sourceforge.net>
+
+ Even though MSDN documents these as __cdecl the kernel32.dll library
+ exports them as __stdcall. Confirmed with gendef program.
+
+ * lib/kernel32.def (InterlockedDecrement): Revert the 2012-08-08 change.
+ (InterlockedIncrement): Ditto.
+ (InterlockedExchange): Ditto.
+ * include/winbase.h (InterlockedDecrement): Revert the 2012-08-01
+ change.
+ (InterlockedIncrement): Ditto.
+ (InterlockedExchange): Ditto.
+
2012-08-08 Earnie Boyd <earnie@users.sourceforge.net>
* lib/kernel32.def (InterlockedDecrement): Remove the @BYTE count since