Welcome to mirror list, hosted at ThFree Co, Russian Federation.

cygwin.com/git/newlib-cygwin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'winsup/w32api/ChangeLog')
-rw-r--r--winsup/w32api/ChangeLog26
1 files changed, 26 insertions, 0 deletions
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 <dannysmith@users.sourceforge.net>
+
+ * 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.
+
2004-09-30 Danny Smith <dannysmith@users.sourceforge.net>
* include/winbase.h (WINBASEAPI): Define as DECLSPEC_IMPORT only