diff options
author | Danny Smith <dannysmith@users.sourceforge.net> | 2002-07-30 03:20:59 +0000 |
---|---|---|
committer | Danny Smith <dannysmith@users.sourceforge.net> | 2002-07-30 03:20:59 +0000 |
commit | 045d6a99fe41dbeb80a2364a77280c186df290a5 (patch) | |
tree | 731a98df7c6d891bd705fcc2f977a902c9595296 /winsup/w32api/include/windef.h | |
parent | c6ed5790b47d1252f5729fe15323efcbb34516f8 (diff) | |
download | cygnal-045d6a99fe41dbeb80a2364a77280c186df290a5.tar.gz cygnal-045d6a99fe41dbeb80a2364a77280c186df290a5.tar.bz2 cygnal-045d6a99fe41dbeb80a2364a77280c186df290a5.zip |
* 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/include/windef.h')
-rw-r--r-- | winsup/w32api/include/windef.h | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/winsup/w32api/include/windef.h b/winsup/w32api/include/windef.h index 24a84da9b..00900c0d0 100644 --- a/winsup/w32api/include/windef.h +++ b/winsup/w32api/include/windef.h @@ -228,7 +228,6 @@ typedef int *PINT,*LPINT; typedef WORD *PWORD,*LPWORD; typedef long *LPLONG; typedef DWORD *PDWORD,*LPDWORD; -typedef void *PVOID,*LPVOID; typedef CONST void *PCVOID,*LPCVOID; typedef int INT; typedef unsigned int UINT,*PUINT,*LPUINT; |