NTDLL: define KAFFINITY

Mike McCormack mike at codeweavers.com
Sun Jun 26 21:58:02 CDT 2005


ChangeLog:
* define KAFFINITY
-------------- next part --------------
Index: include/basetsd.h
===================================================================
RCS file: /home/wine/wine/include/basetsd.h,v
retrieving revision 1.16
diff -u -p -r1.16 basetsd.h
--- include/basetsd.h	18 Feb 2005 12:56:35 -0000	1.16
+++ include/basetsd.h	27 Jun 2005 03:00:18 -0000
@@ -139,6 +139,8 @@ typedef unsigned short UHALF_PTR, *PUHAL
 typedef LONG_PTR SSIZE_T, *PSSIZE_T;
 typedef ULONG_PTR SIZE_T, *PSIZE_T;
 
+typedef ULONG_PTR KAFFINITY, *PKAFFINITY;
+
 /* Some Wine-specific definitions */
 
 /* Architecture dependent settings. */


More information about the wine-patches mailing list