]> sourceware.org Git - newlib-cygwin.git/commit
Even though MSDN documents these as __cdecl the kernel32.dll library
authorEarnie Boyd <earnie@users.sf.net>
Fri, 10 Aug 2012 13:58:49 +0000 (13:58 +0000)
committerEarnie Boyd <earnie@users.sf.net>
Fri, 10 Aug 2012 13:58:49 +0000 (13:58 +0000)
commit76c4e21b4919ca33b29dc60465334db204a1d56e
tree1e4ccb6c668ea63c714317fb95b27a6b5ef36a28
parent6471beb3d4e299616c88417746ee7e525ccd95c6
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.
winsup/w32api/ChangeLog
winsup/w32api/include/winbase.h
winsup/w32api/lib/kernel32.def
This page took 0.03254 seconds and 5 git commands to generate.