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:
authorDanny Smith <dannysmith@users.sourceforge.net>2002-07-30 07:20:59 +0400
committerDanny Smith <dannysmith@users.sourceforge.net>2002-07-30 07:20:59 +0400
commit045d6a99fe41dbeb80a2364a77280c186df290a5 (patch)
tree731a98df7c6d891bd705fcc2f977a902c9595296 /winsup/w32api/ChangeLog
parentc6ed5790b47d1252f5729fe15323efcbb34516f8 (diff)
* include/windef.h (PVOID, LPVOID): Move typedefs to...
* include/winnt: ...here. (PVOID64): New typeddef. * include/winnt,h (FILE_SEGMENT_ELEMENT): Define union. * include/winbase.h: (ReadFileScatter, WriteFileGather): Add prototypes. * include/winnt,h (PROCESSOR_ARCHITECTURE_*): Add defines. (PROCESSOR_INTEL_IA64): Add define
Diffstat (limited to 'winsup/w32api/ChangeLog')
-rw-r--r--winsup/w32api/ChangeLog13
1 files changed, 13 insertions, 0 deletions
diff --git a/winsup/w32api/ChangeLog b/winsup/w32api/ChangeLog
index 9f46539da..b916f7302 100644
--- a/winsup/w32api/ChangeLog
+++ b/winsup/w32api/ChangeLog
@@ -1,3 +1,16 @@
+2002-07-30 Danny Smith <dannysmith@users.sourceforge.net>
+
+ * include/windef.h (PVOID): Move typedef to...
+ * include/winnt: ...here.
+ (PVOID64): New typeddef.
+
+ * include/winnt,h (FILE_SEGMENT_ELEMENT): Define union.
+ * include/winbase.h: (ReadFileScatter, WriteFileGather):
+ Add prototypes.
+
+ * include/winnt,h (PROCESSOR_ARCHITECTURE_*): Add defines.
+ (PROCESSOR_INTEL_IA64): Add define.
+
2002-07-25 Danny Smith <dannysmith@users.sourceforge.net>
* include/oleidl.h (MK_ALT): Define.