fix macro redefinition when compiling with msvc
[reactos.git] / reactos / subsys / system / taskmgr / precomp.h
index e5ab0f1..a1ad482 100644 (file)
@@ -1,3 +1,7 @@
+#ifndef __PRECOMP_H
+#define __PRECOMP_H
+
+#define WIN32_NO_STATUS
 #include <windows.h>
 #define NTOS_MODE_USER
 #include <ndk/ntndk.h>
@@ -28,3 +32,4 @@
 #include "priority.h"
 #include "run.h"
 #include "trayicon.h"
+#endif /* __PRECOMP_H */