From 26be4c8c36413a88e32ac6abe2ce75498b5859df Mon Sep 17 00:00:00 2001 From: Andreas Mohr Date: Sun, 22 Oct 2000 23:42:11 +0000 Subject: [PATCH] Removed redundant thread priority defines. --- include/winbase.h | 6 ------ 1 file changed, 6 deletions(-) diff --git a/include/winbase.h b/include/winbase.h index 21b29f0a127..1e7c04c79da 100644 --- a/include/winbase.h +++ b/include/winbase.h @@ -823,12 +823,6 @@ typedef struct tagSYSTEM_INFO WORD wProcessorRevision; } SYSTEM_INFO, *LPSYSTEM_INFO; -/* {G,S}etPriorityClass */ -#define NORMAL_PRIORITY_CLASS 0x00000020 -#define IDLE_PRIORITY_CLASS 0x00000040 -#define HIGH_PRIORITY_CLASS 0x00000080 -#define REALTIME_PRIORITY_CLASS 0x00000100 - typedef BOOL CALLBACK (*ENUMRESTYPEPROCA)(HMODULE,LPSTR,LONG); typedef BOOL CALLBACK (*ENUMRESTYPEPROCW)(HMODULE,LPWSTR,LONG); typedef BOOL CALLBACK (*ENUMRESNAMEPROCA)(HMODULE,LPCSTR,LPSTR,LONG); -- 2.11.4.GIT