diff options
author | Earnie Boyd <earnie@users.sf.net> | 2012-08-01 17:38:51 +0000 |
---|---|---|
committer | Earnie Boyd <earnie@users.sf.net> | 2012-08-01 17:38:51 +0000 |
commit | 8c582a20536a0c387905b336c5d9e377926d2f8d (patch) | |
tree | 205cbfb6c49e3b9d6319bcb60f577b842e1271ba /winsup/w32api/ChangeLog | |
parent | 30ea43437c9cf195e9907378365f3a9116b7763d (diff) | |
download | cygnal-8c582a20536a0c387905b336c5d9e377926d2f8d.tar.gz cygnal-8c582a20536a0c387905b336c5d9e377926d2f8d.tar.bz2 cygnal-8c582a20536a0c387905b336c5d9e377926d2f8d.zip |
* include/winbase.h (InterlockedDecrement): Modify declaration from
LONG WINAPI to LONG __cdecl to match Microsoft documentation.
(InterlockedIncrement): Ditto.
(InterlockedExchange): Ditto.
Diffstat (limited to 'winsup/w32api/ChangeLog')
-rw-r--r-- | winsup/w32api/ChangeLog | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/winsup/w32api/ChangeLog b/winsup/w32api/ChangeLog index 01c59252f..38a2df19c 100644 --- a/winsup/w32api/ChangeLog +++ b/winsup/w32api/ChangeLog @@ -11,6 +11,10 @@ (WTSVirtualChannelRead): Ditto. (WTSVirtualChannelWrite): Ditto. * lib/wtsapi32.def (WTSVirtualChannelOpenEx@12): Add import. + * include/winbase.h (InterlockedDecrement): Modify declaration from + LONG WINAPI to LONG __cdecl to match Microsoft documentation. + (InterlockedIncrement): Ditto. + (InterlockedExchange): Ditto. 2012-07-29 Earnie Boyd <earnie@users.sourceforge.net> |