From 7d032a010a4ba423d76fe5d0ff208125d903b400 Mon Sep 17 00:00:00 2001 From: Danny Smith Date: Sun, 10 Oct 2004 07:14:04 +0000 Subject: * include/ddk/winnt4.h (Exi386InterlockedDecrementLong, Exi386InterlockedExchangeUlong, Exi386InterlockedIncrementLong); Add prototypes. * include/winddk.h (ExInterlockedAddUlong, ExInterlockedInsertHeadList, ExInterlockedInsertTailList, ExInterlockedRemoveHeadList, ExInterlockedPopEntryList, ExInterlockedPushEntryList): Change calling convention to DDKAPI. (ExfInterlockedAddUlong,ExInterlockedInsertHeadList, ExInterlockedInsertTailList, ExInterlockedRemoveHeadList, ExInterlockedPopEntryList, ExInterlockedPushEntryList): Add prototypes for DDKFASTAPI versions. Thanks to Vadim Yegor0v for report. * lib/ntoskrnl.def (ExInterlockedAddUlong, ExInterlockedInsertHeadList, ExInterlockedInsertTailList, ExInterlockedRemoveHeadList, ExInterlockedPopEntryList, ExInterlockedPushEntryList): Remove lead '@' from stubs. (ExfInterlockedAddUlong,ExfInterlockedInsertHeadList, ExfInterlockedInsertTailList, ExfInterlockedRemoveHeadList, ExfInterlockedPopEntryList, ExfInterlockedPushEntryList): Add fastcall stubs. (Exi386InterlockedDecrementLong, Exi386InterlockedExchangeUlong, Exi386InterlockedIncrementLong); Add stdcall stubs. --- winsup/w32api/ChangeLog | 26 ++++++++++++++++++++++++++ 1 file changed, 26 insertions(+) (limited to 'winsup/w32api/ChangeLog') diff --git a/winsup/w32api/ChangeLog b/winsup/w32api/ChangeLog index 0789e023f..7813a274d 100644 --- a/winsup/w32api/ChangeLog +++ b/winsup/w32api/ChangeLog @@ -1,3 +1,29 @@ +2004-10-10 Danny Smith + + * include/ddk/winnt4.h (Exi386InterlockedDecrementLong, + Exi386InterlockedExchangeUlong, Exi386InterlockedIncrementLong); + Add prototypes. + * include/winddk.h (ExInterlockedAddUlong, + ExInterlockedInsertHeadList, ExInterlockedInsertTailList, + ExInterlockedRemoveHeadList, ExInterlockedPopEntryList, + ExInterlockedPushEntryList): Change calling convention to + DDKAPI. + (ExfInterlockedAddUlong,ExInterlockedInsertHeadList, + ExInterlockedInsertTailList, ExInterlockedRemoveHeadList, + ExInterlockedPopEntryList, ExInterlockedPushEntryList): + Add prototypes for DDKFASTAPI versions. + Thanks to Vadim Yegor0v for report. + * lib/ntoskrnl.def (ExInterlockedAddUlong, + ExInterlockedInsertHeadList, ExInterlockedInsertTailList, + ExInterlockedRemoveHeadList, ExInterlockedPopEntryList, + ExInterlockedPushEntryList): Remove lead '@' from stubs. + (ExfInterlockedAddUlong,ExfInterlockedInsertHeadList, + ExfInterlockedInsertTailList, ExfInterlockedRemoveHeadList, + ExfInterlockedPopEntryList, ExfInterlockedPushEntryList): + Add fastcall stubs. + (Exi386InterlockedDecrementLong, Exi386InterlockedExchangeUlong, + Exi386InterlockedIncrementLong); Add stdcall stubs. + 2004-09-30 Danny Smith * include/winbase.h (WINBASEAPI): Define as DECLSPEC_IMPORT only -- cgit v1.2.3