]> sourceware.org Git - newlib-cygwin.git/commit
* include/ddk/winnt4.h (Exi386InterlockedDecrementLong,
authorDanny Smith <dannysmith@users.sourceforge.net>
Sun, 10 Oct 2004 07:14:04 +0000 (07:14 +0000)
committerDanny Smith <dannysmith@users.sourceforge.net>
Sun, 10 Oct 2004 07:14:04 +0000 (07:14 +0000)
commit7d032a010a4ba423d76fe5d0ff208125d903b400
treed9c50fd93f31c1fc3830beaa435a3eb061c920b9
parent0795a24552591dec14b4850b0a3bdd653bee30c9
* 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 <zg at bmg dot lv> 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
winsup/w32api/include/ddk/winddk.h
winsup/w32api/include/ddk/winnt4.h
winsup/w32api/lib/ddk/ntoskrnl.def
This page took 0.026995 seconds and 5 git commands to generate.