CVSROOT: /cvs/src
Module name: src
Changes by: [email protected] 2012-08-10 13:58:50
Modified files:
winsup/w32api : ChangeLog
winsup/w32api/include: winbase.h
winsup/w32api/lib: kernel32.def
Log message:
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.
Patches:
http://sourceware.org/cgi-bin/cvsweb.cgi/src/winsup/w32api/ChangeLog.diff?cvsroot=src&r1=1.1128&r2=1.1129
http://sourceware.org/cgi-bin/cvsweb.cgi/src/winsup/w32api/include/winbase.h.diff?cvsroot=src&r1=1.116&r2=1.117
http://sourceware.org/cgi-bin/cvsweb.cgi/src/winsup/w32api/lib/kernel32.def.diff?cvsroot=src&r1=1.34&r2=1.35