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:
authorDimitri Papadopoulos <dimitri_at@users.sf.net>2006-04-28 21:39:48 +0400
committerDimitri Papadopoulos <dimitri_at@users.sf.net>2006-04-28 21:39:48 +0400
commitacbd76c614cc5f272eb6d30f3317ea89e45018fb (patch)
tree33337492635bec96bd9e4ce25f92dc58772543ce /winsup/w32api/include/ddk
parent5dcc8b249aae6afd9b8251320fd5d1654a474894 (diff)
* include/ddk/winddk.h (KAFFINITY): Fix typo.
Thanks to: Oliver Stoeneberg <kidkat at sf dot net>
Diffstat (limited to 'winsup/w32api/include/ddk')
-rw-r--r--winsup/w32api/include/ddk/winddk.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/winsup/w32api/include/ddk/winddk.h b/winsup/w32api/include/ddk/winddk.h
index 123a44a73..99e3d91ff 100644
--- a/winsup/w32api/include/ddk/winddk.h
+++ b/winsup/w32api/include/ddk/winddk.h
@@ -149,7 +149,7 @@ extern struct _KPCR * KeGetCurrentKPCR( void );
typedef LONG KPRIORITY;
typedef UCHAR KIRQL, *PKIRQL;
typedef ULONG_PTR KSPIN_LOCK, *PKSPIN_LOCK;
-typedef ULONG KAFFINITY, *PKAFFINITY;
+typedef ULONG_PTR KAFFINITY, *PKAFFINITY;
typedef CCHAR KPROCESSOR_MODE;
typedef enum _MODE {