summaryrefslogtreecommitdiff
path: root/zen/process_priority.cpp
diff options
context:
space:
mode:
authorDaniel Wilhelm <daniel@wili.li>2016-03-16 21:31:24 +0100
committerDaniel Wilhelm <daniel@wili.li>2016-03-16 21:31:24 +0100
commit89621addb4a7c87d2e3f3e7462e3c690cf71de71 (patch)
tree008b5dea7624ee1eeb57ff82c45fdf1afcab3b08 /zen/process_priority.cpp
parent7.5 (diff)
downloadFreeFileSync-89621addb4a7c87d2e3f3e7462e3c690cf71de71.tar.gz
FreeFileSync-89621addb4a7c87d2e3f3e7462e3c690cf71de71.tar.bz2
FreeFileSync-89621addb4a7c87d2e3f3e7462e3c690cf71de71.zip
7.6
Diffstat (limited to 'zen/process_priority.cpp')
-rw-r--r--zen/process_priority.cpp5
1 files changed, 0 insertions, 5 deletions
diff --git a/zen/process_priority.cpp b/zen/process_priority.cpp
index 017eaa8b..2d1abafa 100644
--- a/zen/process_priority.cpp
+++ b/zen/process_priority.cpp
@@ -30,11 +30,6 @@ PreventStandby::~PreventStandby()
}
-#ifndef PROCESS_MODE_BACKGROUND_BEGIN
- #define PROCESS_MODE_BACKGROUND_BEGIN 0x00100000 // Windows Server 2003 and Windows XP/2000: This value is not supported!
- #define PROCESS_MODE_BACKGROUND_END 0x00200000 //
-#endif
-
struct ScheduleForBackgroundProcessing::Pimpl {};
bgstack15