https://git.reactos.org/?p=reactos.git;a=commitdiff;h=434798e312cf5141dffc032afdca71475a5b72d7

commit 434798e312cf5141dffc032afdca71475a5b72d7
Author:     Hermès Bélusca-Maïto <[email protected]>
AuthorDate: Sun Jun 5 20:34:16 2022 +0200
Commit:     Hermès Bélusca-Maïto <[email protected]>
CommitDate: Thu Jun 15 13:26:32 2023 +0200

    [TASKMGR] Move strsafe.h into precompiled header.
---
 base/applications/taskmgr/precomp.h  | 2 ++
 base/applications/taskmgr/procpage.c | 2 --
 2 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/base/applications/taskmgr/precomp.h 
b/base/applications/taskmgr/precomp.h
index 4fbcf760c3d..682b35d07e7 100644
--- a/base/applications/taskmgr/precomp.h
+++ b/base/applications/taskmgr/precomp.h
@@ -33,6 +33,8 @@
 #include <shellapi.h>
 #include <tlhelp32.h>
 
+#include <strsafe.h>
+
 #include "column.h"
 #include "taskmgr.h"
 #include "perfdata.h"
diff --git a/base/applications/taskmgr/procpage.c 
b/base/applications/taskmgr/procpage.c
index 7119e675239..40d941add28 100644
--- a/base/applications/taskmgr/procpage.c
+++ b/base/applications/taskmgr/procpage.c
@@ -11,8 +11,6 @@
 
 #include "proclist.h"
 
-#include <strsafe.h>
-
 #include <ndk/psfuncs.h>
 
 #define CMP(x1, x2)\

Reply via email to