mirror of
https://github.com/reactos/reactos.git
synced 2025-02-22 08:25:03 +00:00
[TASKMGR] Move strsafe.h into precompiled header.
This commit is contained in:
parent
9927163455
commit
434798e312
2 changed files with 2 additions and 2 deletions
|
@ -33,6 +33,8 @@
|
|||
#include <shellapi.h>
|
||||
#include <tlhelp32.h>
|
||||
|
||||
#include <strsafe.h>
|
||||
|
||||
#include "column.h"
|
||||
#include "taskmgr.h"
|
||||
#include "perfdata.h"
|
||||
|
|
|
@ -11,8 +11,6 @@
|
|||
|
||||
#include "proclist.h"
|
||||
|
||||
#include <strsafe.h>
|
||||
|
||||
#include <ndk/psfuncs.h>
|
||||
|
||||
#define CMP(x1, x2)\
|
||||
|
|
Loading…
Reference in a new issue