summaryrefslogtreecommitdiffstats
path: root/winsup/w32api/ChangeLog
diff options
context:
space:
mode:
authorEarnie Boyd <earnie@users.sf.net>2012-08-10 13:58:49 +0000
committerEarnie Boyd <earnie@users.sf.net>2012-08-10 13:58:49 +0000
commit76c4e21b4919ca33b29dc60465334db204a1d56e (patch)
tree1e4ccb6c668ea63c714317fb95b27a6b5ef36a28 /winsup/w32api/ChangeLog
parent6471beb3d4e299616c88417746ee7e525ccd95c6 (diff)
downloadcygnal-76c4e21b4919ca33b29dc60465334db204a1d56e.tar.gz
cygnal-76c4e21b4919ca33b29dc60465334db204a1d56e.tar.bz2
cygnal-76c4e21b4919ca33b29dc60465334db204a1d56e.zip
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.
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