Move *_NORMAL_PRIORITY_CLASS to winbase.h

Dimitrie O. Paun dpaun at rogers.com
Tue May 10 15:49:22 CDT 2005


ChangeLog
    Move {ABOVE,BELOW}_NORMAL_PRIORITY_CLASS to winbase.h


Index: include/winbase.h
===================================================================
RCS file: /var/cvs/wine/include/winbase.h,v
retrieving revision 1.231
diff -u -p -r1.231 winbase.h
--- include/winbase.h	9 May 2005 19:32:33 -0000	1.231
+++ include/winbase.h	10 May 2005 20:24:45 -0000
@@ -602,6 +602,8 @@ typedef struct _TIME_ZONE_INFORMATION{
 #define IDLE_PRIORITY_CLASS         0x00000040
 #define HIGH_PRIORITY_CLASS         0x00000080
 #define REALTIME_PRIORITY_CLASS     0x00000100
+#define BELOW_NORMAL_PRIORITY_CLASS 0x00004000
+#define ABOVE_NORMAL_PRIORITY_CLASS 0x00008000
 #define CREATE_NEW_PROCESS_GROUP    0x00000200
 #define CREATE_UNICODE_ENVIRONMENT  0x00000400
 #define CREATE_SEPARATE_WOW_VDM     0x00000800
Index: programs/taskmgr/perfdata.h
===================================================================
RCS file: /var/cvs/wine/programs/taskmgr/perfdata.h,v
retrieving revision 1.1
diff -u -p -r1.1 perfdata.h
--- programs/taskmgr/perfdata.h	23 Mar 2004 01:19:54 -0000	1.1
+++ programs/taskmgr/perfdata.h	10 May 2005 20:23:12 -0000
@@ -332,9 +332,6 @@ struct _SYSTEM_PROCESSORTIME_INFO
 
 #define Li2Double(x) ((double)((x).QuadPart))
 
-#define BELOW_NORMAL_PRIORITY_CLASS 0x00004000
-#define ABOVE_NORMAL_PRIORITY_CLASS 0x00008000
-
 #define GR_GDIOBJECTS     0       /* Count of GDI objects */
 #define GR_USEROBJECTS    1       /* Count of USER objects */
 

-- 
Dimi.



More information about the wine-patches mailing list