diff options
author | Earnie Boyd <earnie@users.sf.net> | 2012-08-10 13:58:49 +0000 |
---|---|---|
committer | Earnie Boyd <earnie@users.sf.net> | 2012-08-10 13:58:49 +0000 |
commit | 76c4e21b4919ca33b29dc60465334db204a1d56e (patch) | |
tree | 1e4ccb6c668ea63c714317fb95b27a6b5ef36a28 /winsup/w32api/ChangeLog | |
parent | 6471beb3d4e299616c88417746ee7e525ccd95c6 (diff) | |
download | cygnal-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/ChangeLog | 13 |
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 |