mirror of
git://sourceware.org/git/newlib-cygwin.git
synced 2025-01-18 12:29:32 +08:00
* include/ddk/winddk.h (KAFFINITY): Fix typo.
Thanks to: Oliver Stoeneberg <kidkat at sf dot net>
This commit is contained in:
parent
5dcc8b249a
commit
acbd76c614
@ -1,3 +1,8 @@
|
||||
2006-04-28 Dimitri Papadopoulos <papadopo@users.sourceforge.net>
|
||||
|
||||
* include/ddk/winddk.h (KAFFINITY): Fix typo.
|
||||
Thanks to: Oliver Stoeneberg <kidkat at sf dot net>
|
||||
|
||||
2006-04-28 Dimitri Papadopoulos <papadopo@users.sourceforge.net>
|
||||
|
||||
* include/winbase.h (ENUMRES*PROC{AW}): ANSI and Unicode versions.
|
||||
|
@ -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 {
|
||||
|
Loading…
x
Reference in New Issue
Block a user