summaryrefslogtreecommitdiff
path: root/zen/process_priority.h
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.h
parent7.5 (diff)
downloadFreeFileSync-89621addb4a7c87d2e3f3e7462e3c690cf71de71.tar.gz
FreeFileSync-89621addb4a7c87d2e3f3e7462e3c690cf71de71.tar.bz2
FreeFileSync-89621addb4a7c87d2e3f3e7462e3c690cf71de71.zip
7.6
Diffstat (limited to 'zen/process_priority.h')
-rw-r--r--zen/process_priority.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/zen/process_priority.h b/zen/process_priority.h
index 72ce972c..48b95c9e 100644
--- a/zen/process_priority.h
+++ b/zen/process_priority.h
@@ -3,8 +3,8 @@
// * GNU General Public License: http://www.gnu.org/licenses/gpl-3.0 *
// * Copyright (C) Zenju (zenju AT gmx DOT de) - All Rights Reserved *
// **************************************************************************
-#ifndef PREVENTSTANDBY_H_83421759082143245
-#define PREVENTSTANDBY_H_83421759082143245
+#ifndef PROCESS_PRIORITY_H_83421759082143245
+#define PROCESS_PRIORITY_H_83421759082143245
#include <memory>
#include "file_error.h"
@@ -35,4 +35,4 @@ private:
};
}
-#endif //PREVENTSTANDBY_H_83421759082143245
+#endif //PROCESS_PRIORITY_H_83421759082143245
bgstack15